public static Uri GetUriForWoot(WootType wootType) { return uriDict[wootType].WootUri; }
public static string GetNameForWoot(WootType wootType) { return uriDict[wootType].WootName; }