public UnsubscribeFromEvent(ActorRef receiverRef, Type eventType) { ReceiverRef = receiverRef; EventType = eventType; }
public SubscribeToEvent(ActorRef receiverRef, Type eventType) { ReceiverRef = receiverRef; EventType = eventType; }