public bool OnEvent(Event evt) { throw new NotImplementedException(); }
public virtual bool OnEvent(Event evt) { return(true); }