public void FocuserDeviceNumberTempcompPutTest()
        {
            // TODO uncomment below to test the method and replace null with proper value
            int  deviceNumber            = 0;
            bool tempComp                = true;
            int? _client                 = null;
            int? clientTransactionIDForm = null;
            var  response                = instance.FocuserDeviceNumberTempcompPut(deviceNumber, tempComp, _client, clientTransactionIDForm);

            Assert.IsType <Response>(response);
        }