namespace LJLib.Net.SPI.Com { public interface ILJRequest { string GetApiName(); } public interface ILJRequest : ILJRequest where T : LJResponse { } }