LDEV-4407 Introduce new LearnerService interfaces
LearnerService interfaces are redefined now:
1. ILearnerService is used by core modules. Also tools no longer
use it.
2. ILearnerFullService is used inside of lams_learning only and
nowhere else, as it contains lams_learning's internal logic and
classes.
3. ICoreLearnerService is removed, its method are split between
ILearnerService and ILearnerFullService.