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