public interface ITempDataProvider { TempDataDictionary LoadTempData(); void SaveTempData(TempDataDictionary tempDataDictionary); }