<PackageReference Include="System.ServiceModel.Primitives" Version="6.0.0-rc.23205.4" />

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); } }