package serverevents type IEventHandler interface { CanExecute(IContext) bool Handle(IContext, any) }