public async Task ReadyToSignAsync(CancellationToken cancellationToken) { await ArenaClient.ReadyToSignAsync(RoundId, AliceId, BitcoinSecret.PrivateKey, cancellationToken).ConfigureAwait(false); Logger.LogInfo($"Round ({RoundId}), Alice ({AliceId}): Ready to sign."); }