public bool RemoveClient(IVoiceClient client)
 {
     return(NativeLibary.JV_RemoveClient(client.Handle.Identifer));
 }