public Task <IList <IMqttSessionStatus> > GetSessions()
 {
     return(_mqttService.GetSessionsAsync());
 }