Signature:
interface CommonEventEmitter { off(event: EventType, handler: Handler): CommonEventEmitter; }
Returns:
CommonEventEmitter