Context
Currently, the adjudicator interface consisted of four methods.
Problem
But, only some of the methods were required in any particular place.
Possible Solution
We can define an interface for each of the methods and compose the adjudicator interfaces from these smaller interfaces.