execute method
Implementation
Future<void> execute() async {
Logger.classic(message: startUpLog);
await executionBlock();
Logger.classic(message: complitionLog);
}
Future<void> execute() async {
Logger.classic(message: startUpLog);
await executionBlock();
Logger.classic(message: complitionLog);
}