Try your search with a different keyword or use * as a wildcard.
namespace Nop.Plugin.Misc.PowerBI;
///
/// Represents plugin constants
///
public class PowerBIDefaults
{
///
/// Gets a plugin system name
///
public static string SystemName => "Misc.PowerBI";
}