public IList <IMqttClientSessionStatus> GetClients()
 {
     return(_mqttService.GetClients());
 }