public Task SendAsync(Pair <byte[]>[] options, int numberOfInvocations, int numberOfMessageBytes)
 {
     return(_statelessOT.SendAsync(Channel, options, numberOfInvocations, numberOfMessageBytes));
 }