public async Task <Dictionary <string, string> > GetBusStatus(int bus)
 {
     return(await Serial.JsonCommand(CBTCommand.BusStatus(bus)));
 }