namespace Disco.Services.Plugins.Features.Other { [PluginFeatureCategory(DisplayName = "Other")] public abstract class OtherFeature : PluginFeature { } }