/// <summary> /// Disposes the current provider and resets the provider to a no op provider /// </summary> public static void Dispose() { Provider.Dispose(); Provider = new NoOpSoundProvider(); }