public virtual Post GetPost(int postID) { return(Map.To.Post(_wrapper.GetPost(postID, Username, Password))); }
public virtual Post GetPost(object postID) { var post = _wrapper.GetPost(postID, Username, Password); return(Map.To.Post(post)); }