public async Task <OperationResult> Create([FromBody] int customerId)
 {
     return(await _installationsService.Create(customerId));
 }