public async Task <IActionResult> GetObjectComments() { var result = await _commentAggregator.AggregateComments(); return(StatusCode(result)); }