protected override async Task ZeroInstrumentVolumeItems()
        {
            await InstrumentCommunicator.Connect();

            await InstrumentCommunicator.SetItemValue(264, "20140867");

            await InstrumentCommunicator.SetItemValue(434, "0");

            await InstrumentCommunicator.SetItemValue(113, "0");

            await InstrumentCommunicator.SetItemValue(892, "0");

            await base.ZeroInstrumentVolumeItems();
        }
        public async Task WriteInstrumentValue()
        {
            await InstrumentCommunicator.Connect();

            await InstrumentCommunicator.SetItemValue(ItemNumber, ItemValue);
        }