public string GetEndPoint(PaymentType type)
 {
     return(PaymentType.HOSTED == type?SveaConfig.GetTestPayPageUrl() : SveaConfig.GetTestWebserviceUrl());
 }