internal void InitializeConnectionRun(IBroker broker, IConnection connection)
 {
     InitializeConnection?.Invoke(broker, connection);
 }