Result static class Result Documentation Code public static Result<T> Error<T>(string message) public static Result<T> Success<T>(T value)