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