public async Task <List <PostDto> > GetEntityPost(EntityType entityType, long id) { return(await _postAppService.GetEntityPost(entityType, id)); }