/// <summary> /// Writes the exception. /// </summary> /// <param name="exception">The exception.</param> public void WriteException(Exception exception) { _view.WriteException(exception); }