How to create a Result object with only a generic error type, but no success type?
Using CSharpFunctionalExtensions, how can I create a Result type, that has an Error type, but no specific success type? (as there is already Result.IsSuccess, which is sufficient for me).