public static void HandleSquare(CEventDispatcherTest.EvtSquare _square, CStaticEventHandlersAndDispatcher _dispatcher)
 {
     _dispatcher.Count++;
     _dispatcher.m_square = true;
 }
 public static void HandleSquare(CEventDispatcherTest.EvtSquare _square) => m_square = true;