in DotNETCore/Controllers/ProductsController.cs [45:48]
public IEnumerable<string> Get() { return new string[] { "value1", "value2" }; }