public void InjectAllStandardVelocityCalculator(
     IPoseInputDevice poseInputDevice,
     BufferingParams bufferingParams)
 {
     InjectPoseInputDevice(poseInputDevice);
     InjectBufferingParams(bufferingParams);
 }
 public void InjectBufferingParams(BufferingParams bufferingParams)
 {
     _bufferingParams = bufferingParams;
 }