how to change the volume of all sound effects in monogame

Code Example - how to change the volume of all sound effects in monogame

                
                        using Microsoft.Xna.Framework.Audio;

SoundEffect.MasterVolume = volumeLevel;