public CommandAttribute(VisualGitCommand command, VisualGitCommandContext context) : this(command) { _context = context; }
public CommandMapper(IVisualGitServiceProvider context, VisualGitCommandContext commandContext) : this(context) { _commandContext = commandContext; }