namespace Nop.Plugin.Misc.PowerBI; /// /// Represents plugin constants /// public class PowerBIDefaults { /// /// Gets a plugin system name /// public static string SystemName => "Misc.PowerBI"; }