public void FilterwheelDeviceNumberNamesGetTest()
        {
            // TODO uncomment below to test the method and replace null with proper value
            int deviceNumber        = 0;
            int?clientID            = null;
            int?clientTransactionID = null;
            var response            = instance.FilterwheelDeviceNumberNamesGet(deviceNumber, clientID, clientTransactionID);

            Assert.IsType <StringListResponse>(response);
        }