public async Task<ActionResult<IEnumerable<HardwareVaultProfile>>> GetProfiles()
 {
     return await _hardwareVaultService.GetProfilesAsync();
 }