public bool CheckConnectionStateOfShelly([FromBody] Shelly s)
 {
     return(_connectionService.GetConnectionState(s));
 }