@Override
 public URL requestURL(HostsProvider hostsProvider) throws MalformedURLException {
   return new URL(hostsProvider.getMoneyApi() + "/incoming-transfer-accept");
 }
 @Override
 public URL requestURL(HostsProvider hostsProvider) throws MalformedURLException {
   return new URL(hostsProvider.getMoneyApi() + "/instance-id");
 }