public void AssertWasRun(int count) { _mock.Received(count).RunAsync(Arg.Any <CancellationToken>()); }