public Task <IList <CommentDTO> > GetCommentsAsync(Guid postGuid) { return(MockHelper.CreateMockComments(postGuid)); }