public BugReportingPlugin(IBugReportingService bugReportingService, BugReportingContextService bugReportingContextService) { _bugReportingService = bugReportingService; _bugReportingContextService = bugReportingContextService; _filesToBeAttached = new List <string>(); }