<PackageReference Include="NETStandard.Library" Version="2.0.2" />

System.Runtime.InteropServices.BStrWrapper

public sealed class BStrWrapper
namespace System.Runtime.InteropServices { public sealed class BStrWrapper { public string WrappedObject { get; } public BStrWrapper(object value); public BStrWrapper(string value); } }