export interface Link { Method: string; Rel: string; Href: string; }