in webapi/Controllers/ValuesController.cs [16:19]
public IEnumerable<string> Get() { return new string[] { "value1", "value2" }; }