public static Exception GetException(this HubException hubException) => UserException.CreateException(hubException.ErrorData) ?? hubException;