public bool Remove(UriRegistration item)
 {
     return(_inner.Remove(item));
 }