public ZoneStatusModel Status()
 {
     return(new ZoneStatusModel()
     {
         ActiveZone = _zoneService.GetActiveZone(),
         TankLevel = _zoneService.GetTankLevel(),
         FirmwareVersion = "1.0.0"
     });
 }