private void DoPing()
    {
        counter = PING_TIMEOUT_FRAMES;

        respondingColors.Clear();

        var update = new Improbable.Demo.CheckOutColor.Update();

        update.AddPing(PingInfo.Create());
        CheckOutColorWriter.Send(update);
    }