namespace ServerManagerTool.Plugin.Common { public interface IBeta { bool BetaEnabled { get; set; } } }