public void Stop() { FileLogger.LogInfo("Service stops, Cancel token activated"); CancelTokenSource.Cancel(); }