namespace CK.SCP.UniApi { public interface IApi { void Get(); void Put(); } }