public async Task <ReadResult> ReadPost([FromBody] Read read) { return(await _postService.AddRead(read)); }