public void GoBack(Guid guid) { var view = Views.SingleOrDefault(x => x.Guid == guid); var before = navigationProvider.GetPrevious(view); before?.Activate(); }