/// <summary> /// Runs the command line application with specified arguments. /// </summary> /// <param name="args">The arguments.</param> /// <returns>The exit code from the executed command.</returns> public Task <int> RunAsync(IEnumerable <string> args) { return(_app.RunAsync(args)); }