/// <summary>
 /// Static constructor will initialize instance when referenced.
 /// </summary>
 static Sounds()
 {
     Instance = new Sounds();
 }