public void GivenTheReqresServiceIsRunningAndAGETRequestIsMadeToTheEndpoint(string resource) { _httpRequestMethods.GetMethod(resource); //Note get method takes one argument i.e. endpoint for the info we wish to retrieve from resource }