public static T GetMethod <T>(this IPluginEngine pluginEngine, string operation) where T : class
 {
     return(pluginEngine.GetMethod <T>(operation, getInstalledAndEnabled(pluginEngine)));
 }