JSON Property Annotation C#
[JsonProperty("name")]
public string Name { get; set; }
Maaaruf
[JsonProperty("name")]
public string Name { get; set; }