public Task <IList <PostDTO> > GetPostsUsingCouncilAsync(Guid councilGuid) { return(MockHelper.CreateMockPostsWithCouncilAsync(councilGuid)); }