namespace Kingo.PluginServiceInterface { public interface ISystemCfg { SystemConfig2 SysCfg { get; set; } void Save(); SystemConfig2 Load(); } }