<PackageReference Include="System.Windows.Extensions" Version="10.0.4" />

System.Media.SystemSounds

public static class SystemSounds
Retrieves sounds associated with a set of Windows operating system sound-event types. This class cannot be inherited.
namespace System.Media { public static class SystemSounds { public static SystemSound Asterisk { get; } public static SystemSound Beep { get; } public static SystemSound Exclamation { get; } public static SystemSound Hand { get; } public static SystemSound Question { get; } } }