public ActionResult Get()
 {
     _mqttService.PublishMessage("cmnd/tasmota/power", "toggle");
     return(Ok("Yo"));
 }