protected string GetErrorMessage(string documentType)
 {
     return(ViewLocatorExtensions.GetErrorMessage_CannotResolveViewType(documentType));
 }
 protected virtual object CreateFallbackView(string documentType)
 {
     return(ViewLocatorExtensions.CreateFallbackView(GetErrorMessage(documentType)));
 }