public async Task InsertDocumentType_NullArgument_ThrowException()
 {
     await Assert.ThrowsExceptionAsync <ArgumentNullException>(async() => await _documentTypeService.Insert(null), "documentType");
 }