public void RequestNotepadAction() { var service = new IgorService(); var actions = service.GetActionsFor("notepad"); //actions.Any(a => a.Name. Assert.IsTrue(actions.Count() > 0); }