private void Handle(UpdateCounterMessage msg)
        {
            var child = GetChild(msg.MetricName);

            child.Tell(msg);
        }