public ServiceResult Get() { string url = _configuration.GetSection("Bank").GetSection("URL").Value; APIConnector connector = new APIConnector(_configuration); ServiceResult result = connector.GetObjectFromRemote(); return(result); }