public Voice(IWavePlayer outputDevice) { _outputDevice = outputDevice; _synthisizer = new Synthesizer(); }