public SDKError LowerHand(uint userId)
 {
     return(InvokeAPI(() => wrappedController.LowerHand(userId)));
 }