############ Installation ############ To install Mediate you can use the NuGet package manager console, or the dotnet CLI. Using the NuGet package manager console within Visual studio, run:: Install-Package Mediate Or using the dotnet CLI:: dotnet add package Mediate