public static void HandleCircleViaShape(CEventDispatcherTest.EvtShape _shape, MessageHandler _handler)
        {
            var disp = _handler.Dispatcher as CStaticEventHandlersAndDispatcher;

            disp.Count++;
            disp.m_shape = true;
        }
 public static void HandleCircleViaShape(CEventDispatcherTest.EvtShape _shape) => m_shape = true;