<PackageReference Include="NUnit" Version="4.2.2" />

NUnit.Framework.Result

static class Result
namespace NUnit.Framework { internal static class Result { public static Result<T> Success<[System.Runtime.CompilerServices.Nullable(2)] T>(T value); public static Result<T> Error<[System.Runtime.CompilerServices.Nullable(2)] T>(string message); } }