namespace TEAMModelOS.SDK.Module.GrpcServer.Interfaces { public interface IRpcConfig { void Start(); } }