public static Key LocalUriToKey(this ILocalhost localhost, Uri uri) { string path = localhost.GetOperationPath(uri); string _base = localhost.GetBaseOf(uri).ToString(); return(Key.ParseOperationPath(path).WithBase(_base)); }