internal Adapter(SoundFrequencyInfoSource owner, SoundCaptureDevice device)
     : base(device)
 {
     this.owner = owner;
 }
 internal Adapter(SoundFrequencyInfoSource owner, SoundCaptureDevice device)
     : base(device)
 {
     this.owner = owner;
 }