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