Every static context class has to implement this interface.
All static context methods should follow convention:
a) static context methods does not have parameters
b) return value can be only basic type or String
StaticContext implementation has to be thread-safe.