public bool ResetAllRelativePositionsForListener(IVoiceClient listener)
 {
     return(NativeLibary.JV_ResetAllRelativePositions(listener.Handle.Identifer));
 }