public async Task <bool?> Activer_HDC1000(bool active)
 {
     if (_HDC1000_Service != null)
     {
         return(await _HDC1000_Service.ActiverCapteur(active));
     }
     else
     {
         return(null);
     }
 }