public RecordsService(
     APIProxyService http,
     WarpgateLocator serviceLocation)
 {
     _http            = http;
     _serviceLocation = serviceLocation;
 }
 public HomeController(WarpgateLocator locator)
 {
     _locator = locator;
 }