public Task <ReviewArtifactIndex> GetReviewArtifactIndex(int reviewId, int artifactId, int revisionId = int.MaxValue) { return(_sqlReviewsRepository.GetReviewArtifactIndexAsync(reviewId, revisionId, artifactId, Session.UserId)); }