public string SendData(ZabbixItem itm) { return(SendData(new List <ZabbixItem>(1) { itm })); }
public string SendData(ZabbixItem itm) { return SendData(new List<ZabbixItem>(1) { itm }); }