public List <T> GetEntities <T>(string httpContent) { return(_jsonDeserializer.DeserializeToList <T>(httpContent)); }