public static ErrorBuilder FromException(Exception exception) { return(ErrorBuilder.New() .SetMessage(exception.Message) .SetException(exception)); }