I need to the the bin path of the executing assembly. How do you get it? I have a folder Plugins in the Bin/Debug and I need to get the location
var assemblyPath = Assembly.GetExecutingAssembly().CodeBase;