public Link(RouteLink link) : this(link.Method.Name, link) { }
public Link(string rel, RouteLink link) : this(rel, link.AbsoluteUri) { }