public bool IsGestureActive(IList <Body> skeletons, int bodyCount) { return(gesture.IsActive(skeletons, bodyCount)); }