static void SendDataToQue(CpuRam cpuusage) { client = new RabbitMQClient(conversationId); client.PublishToQue(cpuusage); client.CloseQueue(); }