public SetUnitTestEnableResponse SetUnitTestEnable(Guid unitTestId)
 {
     return(Execute("SetUnitTestEnable", () => ApiServiceInternal.SetUnitTestEnable(unitTestId)));
 }