public BusinessExeption(BusinessErrorInfo validationError) { ErrorInfo = validationError; }
public BusinessExeption(string key, string message) { ErrorInfo = new BusinessErrorInfo(key, message); }