I have this code
[HttpGet("average/{videoGuid}")] public async Task AverageRatingOfVideo([FromRoute] string videoGuid) { _logge