namespace Neighbourhood.omg.lol.Models { public interface IOmgLolResponseList : IList, IOmgLolResponseData where T : IOmgLolResponseData { } }