public PostControllerTest()
 {
     factory     = new CustomWebApplicationFactory <TweetBook.Startup>();
     _postClient = factory.CreateClient();
 }