public string checkAvailablity(string Type, string UserName = null, string Company = null, string TaxIdentification = null) { return(_businessInstance.checkAvailablity(Type, UserName, Company, TaxIdentification)); }