public BusReadyEvent(HostReady[] hosts, IBus bus)
 {
     Hosts = hosts;
     Bus = bus;
 }
 public BusReadyEvent(HostReady host, IBus bus)
 {
     Host = host;
     Bus  = bus;
 }