void replaceCommandPart(String part, String replacement) { _replacedCommand ??= command; _replacedCommand = _replacedCommand?.replaceAll(part, replacement); }