public CommandInterpreter(IDictionary <string, IEmployee> employees, JobList <IJob> jobs) { this.employees = employees; this.jobs = jobs; }