public void GetVoiceWrapperWillReturnsAnIVoiceWrapperInstance()
        {
            var voiceWrapper = JustAnotherVoiceChat.GetVoiceWrapper();

            Assert.IsInstanceOf <IVoiceWrapper>(voiceWrapper);
        }
 protected VoiceServer(IVoiceClientFactory <TClient, TIdentifier> factory, VoiceServerConfiguration configuration) : this(factory, configuration, JustAnotherVoiceChat.GetVoiceWrapper())
 {
 }