public string Create(string url, string branch) { using (var repo = new JobRepository()) { repo.AddNewJob(url, branch); } return("Job Queued."); }