public override void Sound(int numberOfCycles, int interSoundWait)
 {
     VerifyResult(_cco.Sound(numberOfCycles, interSoundWait));
 }