public Task <PasswordlessSmsResponse> StartPasswordlessSmsFlowAsync(PasswordlessSmsRequest request)
 {
     return(_inner.StartPasswordlessSmsFlowAsync(request));
 }
 public Task <PasswordlessSmsResponse> StartPasswordlessSmsFlowAsync(PasswordlessSmsRequest request, CancellationToken cancellationToken = default)
 {
     return(_inner.StartPasswordlessSmsFlowAsync(request, cancellationToken));
 }