public Post GetFirstPostFromTestSet()
 {
     return(postRepository.GetAllASync().SyncResult().First());
 }