public override ConnectionState Handle(BeenReconnectingForTooLong message)
 {
     return this;
 }
 public abstract ConnectionState Handle(BeenReconnectingForTooLong message);