Initialisable
An interface to be implemented by any Ability that needs to initialise the resources it uses (i.e. establish a database connection).
The initialise method is invoked when Actor#attemptsTo is called, but only when isInitialised returns false.