public virtual List <string> GetMetadataPluginIds() { var pluginIds = Plugins.OfType <IHasStringId>().Map(x => x.Id); return(pluginIds); }