public void CopyTo(UriRegistration[] array, int arrayIndex)
 {
     _inner.CopyTo(array, arrayIndex);
 }