Inheritance: IUpdaterChef
 public void Setup()
 {
     localStructureManager = MockRepository.GenerateStub<ILocalStructureManager>();
     updateServer = MockRepository.GenerateStub<IUpdateServer>();
     updaterChef = new UpdaterChef(localStructureManager, updateServer);
 }