initialize method
Initializing the the local FileDeploymentService
Implementation
@override
Future<void> initialize() async {
info('Initializing FileDeploymentService...');
info('Study file path : ${Settings().localApplicationPath}/protocols');
}