public async Task <int> InsertCommunityPost(CommunityPostTableAutoCompleteResult post)
 {
     return(await InsertCommunityPost(new CommunityPostTable(post)));
 }
 public async Task <bool> CheckIfExists(CommunityPostTableAutoCompleteResult post)
 {
     return(await CheckIfExists(new CommunityPostTable(post)));
 }