<PackageReference Include="Relativity.Transfer.Client" Version="7.1.40" />

TimerStubs

static class TimerStubs
using System.Threading; namespace System.Reactive { internal static class TimerStubs { public static readonly Timer Never = new Timer(delegate { }); } }