jasmine.Ajax.stubRequest(new RegExp("("+apiPrefix + '\/countries)'+'(.*)')).andReturn({
    'responseText' : JSON.stringify(CountriesMockery())
  });