public async Task <RequiredAdaptation> GetGetDataOfMonitoring()
 {
     return(await _monitorService.GetDataOfMonitoring());
 }