public ActionResult <IEnumerable <string> > Get() { var testData = new TestDataCreator(); testData.Fill(); return(new string[] { "Great" }); }