public int GetVolume()
 {
     return((int)Math.Round(_mockPlayerState.GetVolume() * 100, 1));
 }