protected virtual void OnTicketWriting(Driver driver) { InspectorEventHandler ticketEvent = WritingTicket; ticketEvent?.Invoke(this, driver); }