public Exception Create <TResult>(UrsaApiException <TResult> ursaApiException) { return(Create((UrsaApiException)ursaApiException)); }
public Exception Create(UrsaApiException ursaApiException) { return(_factory(ursaApiException)); }