public IExistingDocumentsViewModelFactory WithDocumentOriginType(DocumentOriginType documentOriginType)
 {
     _documentOriginType = documentOriginType;
     return this;
 }
 public CreateDocumentRequestBuilder WithDocumentOriginTypeId(DocumentOriginType documentOriginType)
 {
     _documentOriginType = documentOriginType;
     return this;
 }