public void TestInitialize() { this.controller = new AlbumsController(TestObjectFactory.GetAlbumsService()); this.controller.Configuration = new HttpConfiguration(); this.invalidAlbumModel = TestObjectFactory.GetInvalidAlbumModel(); }