using System; namespace azure_functions_talk { public class Batter { public string Id { get; set; } } }