SystemClock temporary was out of scope.
SystemClock is singleton by design, but we don't want to access it as singleton in order to be able to mock it from tests.
But systemClock at operation system is singleton by design. At least we gain nothing by having more instances.