public async Task <OperationDataResult <InstallationModel> > Read(int id)
 {
     return(await _installationsService.Read(id));
 }