using System.Collections;
using System.Collections.Generic;
public static void Main()
IEnumerable<FieldInfo> publicStaticFields = typeof(AudioFiles).GetFields().Where(f => f.IsPublic && f.IsStatic);
foreach(var fileNameField in publicStaticFields)
var fileName = fileNameField.GetValue(null);
Console.WriteLine(fileName);
public static string AudioReportFinished = "AudioReportFinished-Polly.mp3";
public static string CallFromTextablePhone = "CallFromTextablePhone-Polly.mp3";
public static string ClockInSuccessful = "ClockIn_Successful-Polly.mp3";
public static string ClockInLate = "ClockInAfterShiftEnded-2.mp3";
public static string ClockInEarly = "ClockInTooEarly.mp3";
public static string ClockOutSuccessful = "ClockOut_Successful-Polly.mp3";
public static string ClockOutEarly= "EarlyClockOutRedirect.mp3";
public static string ClockOutLate = "ClockOutLongAfterShiftEnded.mp3";
public static string DataRates = "DataRates-Polly.mp3";
public static string EmployeeAlreadyClockedIn = "EmployeeAlreadyClockedIn-Polly.mp3";
public static string EnterPhoneNumber = "EnterPhoneNumber-Polly.mp3";
public static string EnterPin = "EnterPin-Polly.mp3";
public static string EnterEmployeePin = "EnterEmployeePin-Polly.mp3";
public static string GoodbyeAudio = "Goodbye-Polly.mp3";
public static string GpsInLieuOf = "GPSInLieuOf-Polly.mp3";
public static string GpsLinkFailed = "GPSLinkFailed-Polly.mp3";
public static string GpsLinkSent = "GPSLinkSent-Polly.mp3";
public static string GpsOptional = "GPSOptional-Polly.mp3";
public static string GpsRequired = "GPSRequired-Polly.mp3";
public static string IncidentApproval = "IncidentApproval-Polly.mp3";
public static string IncidentRecord = "IncidentRecord-Polly.mp3";
public static string StatusCheckSuccessful = "StatusCheck_Successful-Polly.mp3";
public static string SupervisorVisitRecord = "SupervisorVisit_Record-Polly.mp3";
public static string RecordingAudioUnavailable = "RecordingAudioUnavailable-Polly.mp3";
public static string IncorrectKey = "IncorrectKey-Polly.mp3";
public static string IntentMenu = "MainMenu-Polly.mp3";
public static string NullLocationTimeZone = "NullLocationTimeZone-Polly.mp3";
public static string IntentMenuVideoOption = "IntentMenu_VideoOption-Polly.mp3";
public static string IntentMenuStatusCheckOption = "IntentMenu_StatusCheckOption-Polly.mp3";
public static string IntentMenuStatusCheckOptionAndVideoOption = "IntentMenu_StatusCheckOption_VideoOption-Polly.mp3";
public static string InvalidCallerIdRedirect = "NumberNotAuthorizedForLocationRedirect.mp3";
public static string InvalidCallerId = "CallerIdInvalid-Polly.mp3";
public static string InvalidPin = "InvalidPin_TryAgain-Polly.mp3";
public static string LanguageMenu = "LanguageMenu-Polly.mp3";
public static string LinkReceivedCheck = "ReceivedLinkCheck-Polly.mp3";
public static string LinkSent = "WebAppLinkSent-Polly.mp3";
public static string RedirectToSupport = "InvalidPin_Redirect-Polly.mp3";
public static string SupervisorVisitLinkOption = "SupervisorVisitMenu-Polly.mp3";
public static string UnableToSendLink = "UnableToSendLink-Polly.mp3";
public static string WebAppLinkOption = "WebAppLinkOption-Polly.mp3";
public static string WelcomeAudio = "Welcome_Protos-Polly.mp3";
public static string WalmartWebAppLinkOption = "WebAppLinkOption_Walmart-Polly.mp3";