## The Problem
I had a class `RegionContextBuilder` that extended a base class `ContextBuilderBase`.
In the constructor of `ContextBuilderBase`, it called `buildContext()`.
This method required a Spring-injected bean `CountryFilterRepository`,
which ...