namespace Yavsc.Models.Relationship { public class Link { public string HRef { get; set; } public string Rel { get; set; } public string Method { get; set; } } }