var leftControl = Wpf.FindControlByName<Label>(Application.Current.MainWindow, "StatusBarLeftLabel");
                leftControl.Content = string.Format("Act: [{0}] Difficulty: [{1}] GrindZone: [{2}] Level [{3}] - {4}",
                     CurrentAct, CurrentDifficulty, CurrentGrindZone, CharacterLevel, task);
                var rightControl = Wpf.FindControlByName<Label>(Application.Current.MainWindow, "StatusBarRightLabel");
                rightControl.Content = string.Format("Runtime: {0}", LokiPoe.Runtime.Elapsed.ToString("h'h 'm'm 's's'"));