it was actually very easy - and the answer was actually in the description - the optional part regard the cancelation token:
emailClientMock.Setup(c => c.SendAsync(WaitUntil.Started, It.IsAny<EmailMessage>(), It.IsAny<CancellationToken>()))