public async Task <PostResponse> CreateAsync(ContentDto contentDto)
 {
     return(await _sampleAppService.CreateAsync(contentDto));
 }