func selectPremium() {
   if let found = listVoices.first(where: { $0.quality == .premium }) {
      selectedVoice = found.identifier
   }
}