<PackageReference Include="System.ServiceModel.Primitives" Version="8.1.0" />

System.Runtime.OutWrapper<T>

public class OutWrapper<T>
namespace System.Runtime { public class OutWrapper<T> { public T Value { get; set; } public OutWrapper(); public static implicit operator T(OutWrapper<T> wrapper); } }