public InformationFinder(
     [NotNull] ICommandGamesReviewsRepository command,
     [NotNull] IQueryGamesReviewsRepository query)
 {
     m_Command = command;
     m_Query   = query;
 }