public void StartTest(TestKey test)
 {
     TinyTempCache.Set(typeof(TestKey), test);
     RedirectDecorator.ToViewModel(typeof(StartedTestViewModel));
 }