execute method
Implementation
@override
Future<CockpitCommandResult> execute(CockpitCommand command) async {
return (await executeWithArtifacts(command)).result;
}
@override
Future<CockpitCommandResult> execute(CockpitCommand command) async {
return (await executeWithArtifacts(command)).result;
}