-
Notifications
You must be signed in to change notification settings - Fork 2
/
Collector.Common.Correlation.sln.DotSettings
822 lines (794 loc) · 141 KB
/
Collector.Common.Correlation.sln.DotSettings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=DoNotCallOverridableMethodsInConstructor/@EntryIndexedValue">DO_NOT_SHOW</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=InconsistentNaming/@EntryIndexedValue">HINT</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=LocalizableElement/@EntryIndexedValue">HINT</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=RedundantArgumentDefaultValue/@EntryIndexedValue">DO_NOT_SHOW</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=RedundantArgumentName/@EntryIndexedValue">DO_NOT_SHOW</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=UnusedParameter_002ELocal/@EntryIndexedValue">HINT</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ClassNeverInstantiated_002EGlobal/@EntryIndexedValue">HINT</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=SpecifyACultureInStringConversionExplicitly/@EntryIndexedValue">DO_NOT_SHOW</s:String>
<s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpCodeStyle/ThisQualifier/INSTANCE_MEMBERS_QUALIFY_MEMBERS/@EntryValue">None</s:String>
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/ALIGN_LINQ_QUERY/@EntryValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/ALIGN_MULTILINE_ARGUMENT/@EntryValue">False</s:Boolean>
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/ALIGN_MULTILINE_ARRAY_AND_OBJECT_INITIALIZER/@EntryValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/ALIGN_MULTILINE_CALLS_CHAIN/@EntryValue">True</s:Boolean>
<s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/ANONYMOUS_METHOD_DECLARATION_BRACES/@EntryValue">NEXT_LINE</s:String>
<s:Int64 x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/BLANK_LINES_AROUND_SINGLE_LINE_FIELD/@EntryValue">0</s:Int64>
<s:Int64 x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/BLANK_LINES_AROUND_SINGLE_LINE_INVOCABLE/@EntryValue">1</s:Int64>
<s:Int64 x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/BLANK_LINES_BETWEEN_USING_GROUPS/@EntryValue">1</s:Int64>
<s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/CASE_BLOCK_BRACES/@EntryValue">NEXT_LINE</s:String>
<s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/FORCE_ATTRIBUTE_STYLE/@EntryValue">SEPARATE</s:String>
<s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/FORCE_FIXED_BRACES_STYLE/@EntryValue">ONLY_FOR_MULTILINE</s:String>
<s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/FORCE_FOR_BRACES_STYLE/@EntryValue">ONLY_FOR_MULTILINE</s:String>
<s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/FORCE_FOREACH_BRACES_STYLE/@EntryValue">ONLY_FOR_MULTILINE</s:String>
<s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/FORCE_IFELSE_BRACES_STYLE/@EntryValue">ONLY_FOR_MULTILINE</s:String>
<s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/FORCE_USING_BRACES_STYLE/@EntryValue">ONLY_FOR_MULTILINE</s:String>
<s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/FORCE_WHILE_BRACES_STYLE/@EntryValue">ONLY_FOR_MULTILINE</s:String>
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/INDENT_ANONYMOUS_METHOD_BLOCK/@EntryValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/INDENT_EMBRACED_INITIALIZER_BLOCK/@EntryValue">False</s:Boolean>
<s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/INITIALIZER_BRACES/@EntryValue">NEXT_LINE</s:String>
<s:Int64 x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/KEEP_BLANK_LINES_IN_CODE/@EntryValue">1</s:Int64>
<s:Int64 x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/KEEP_BLANK_LINES_IN_DECLARATIONS/@EntryValue">1</s:Int64>
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/KEEP_USER_LINEBREAKS/@EntryValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/PLACE_CONSTRUCTOR_INITIALIZER_ON_SAME_LINE/@EntryValue">False</s:Boolean>
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/PLACE_FIELD_ATTRIBUTE_ON_SAME_LINE/@EntryValue">False</s:Boolean>
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/PLACE_SIMPLE_ACCESSORHOLDER_ON_SINGLE_LINE/@EntryValue">False</s:Boolean>
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/PLACE_SIMPLE_ACCESSOR_ON_SINGLE_LINE/@EntryValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/PLACE_TYPE_CONSTRAINTS_ON_SAME_LINE/@EntryValue">False</s:Boolean>
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/PLACE_WHILE_ON_NEW_LINE/@EntryValue">True</s:Boolean>
<s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/REDUNDANT_THIS_QUALIFIER_STYLE/@EntryValue">DO_NOT_USE</s:String>
<s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/SIMPLE_EMBEDDED_STATEMENT_STYLE/@EntryValue">LINE_BREAK</s:String>
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/SPACE_AFTER_TYPECAST_PARENTHESES/@EntryValue">False</s:Boolean>
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/SPACE_AROUND_MULTIPLICATIVE_OP/@EntryValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/SPACE_BEFORE_SIZEOF_PARENTHESES/@EntryValue">False</s:Boolean>
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/SPACE_BEFORE_TYPEOF_PARENTHESES/@EntryValue">False</s:Boolean>
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/SPACE_WITHIN_SINGLE_LINE_ARRAY_INITIALIZER_BRACES/@EntryValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/STICK_COMMENT/@EntryValue">False</s:Boolean>
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/WRAP_AFTER_DECLARATION_LPAR/@EntryValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/WRAP_AFTER_INVOCATION_LPAR/@EntryValue">True</s:Boolean>
<s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/WRAP_ARGUMENTS_STYLE/@EntryValue">CHOP_IF_LONG</s:String>
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/WRAP_BEFORE_BINARY_OPSIGN/@EntryValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/WRAP_BEFORE_FIRST_TYPE_PARAMETER_CONSTRAINT/@EntryValue">True</s:Boolean>
<s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/WRAP_EXTENDS_LIST_STYLE/@EntryValue">CHOP_IF_LONG</s:String>
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/WRAP_LINES/@EntryValue">False</s:Boolean>
<s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/WRAP_OBJECT_AND_COLLECTION_INITIALIZER_STYLE/@EntryValue">CHOP_IF_LONG</s:String>
<s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/WRAP_PARAMETERS_STYLE/@EntryValue">CHOP_IF_LONG</s:String>
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/JavaScriptCodeFormatting/ALIGN_MULTIPLE_DECLARATION/@EntryValue">True</s:Boolean>
<s:String x:Key="/Default/CodeStyle/CSharpMemberOrderPattern/CustomPattern/@EntryValue"><?xml version="1.0" encoding="utf-8"?>
<!-- Last updated 17.06.2011 -->
<Patterns xmlns="urn:shemas-jetbrains-com:member-reordering-patterns">

<!-- Do not reorder COM interfaces -->
<Pattern>
<Match>
<And Weight="2000">
<Kind Is="interface"/>
<Or>
<HasAttribute CLRName="System.Runtime.InteropServices.InterfaceTypeAttribute"/>
<HasAttribute CLRName="System.Runtime.InteropServices.ComImport"/>
</Or>
</And>
</Match>
</Pattern>

<!-- Do not reorder P/Invoke structs -->
<Pattern>
<Match>
<And Weight="2000">
<Or>
<Kind Is="struct"/>
<Kind Is="class"/>
</Or>
<HasAttribute CLRName="System.Runtime.InteropServices.StructLayoutAttribute"/>
</And>
</Match>
</Pattern>

<!-- Do not reorder P/Invoke classes (called xxxNativeMethods) -->
<Pattern>
<Match>
<And Weight="2000">
<Kind Is="class"/>
<Name Is=".*NativeMethods" />
</And>
</Match>
</Pattern>

<!-- StyleCop pattern -->
<Pattern RemoveAllRegions="true">
<Match>
<Or Weight="1000" >
<Kind Is="class" />
<Kind Is="struct" />
<Kind Is="interface"/>
</Or>
</Match>

<!-- constants and fields -->
<Entry>
<Match>
<Or>
<Kind Is="constant"/>
<Kind Is="field"/>
</Or>
</Match>
<Sort>
<Access Order="public internal protected-internal protected private"/>
<Kind Order="constant field"/>
<Readonly/>
<Static/>
<Name/>
</Sort>
</Entry>

<!-- constructors and destructors -->
<Entry>
<Match>
<Or Weight="200">
<Kind Is="constructor"/>
<Kind Is="destructor"/>
</Or>
</Match>
<Sort>
<Static/>
<Kind Order="constructor destructor"/>
<Access Order="public internal protected-internal protected private"/>
</Sort>
</Entry>

<!-- delegates -->
<Entry>
<Match>
<Kind Is="delegate"/>
</Match>
<Sort>
<Access Order="public internal protected-internal protected private" />
<Static />
<Name/>
</Sort>
</Entry>

<!-- public events -->
<Entry>
<Match>
<And>
<Kind Is="event"/>
<Access Is="public"/>
</And>
</Match>
<Sort>
<Access Order="public" />
<Static />
<Name/>
</Sort>
</Entry>

<!-- interface events -->
<Entry>
<Match>
<And>
<Kind Is="event"/>
<ImplementsInterface/>
</And>
</Match>
<Sort>
<ImplementsInterface Immediate="true"/>
<Name/>
</Sort>
</Entry>

<!-- other events -->
<Entry>
<Match>
<Kind Is="event"/>
</Match>
<Sort>
<Access Order="public internal protected-internal protected private" />
<Static />
<Name/>
</Sort>
</Entry>

<!-- enum -->
<Entry>
<Match>
<Kind Is="enum"/>
</Match>
<Sort>
<Access Order="public internal protected-internal protected private" />
<Name/>
</Sort>
</Entry>

<!-- interfaces -->
<Entry>
<Match>
<Kind Is="interface" />
</Match>
<Sort>
<Access Order="public internal protected-internal protected private" />
<Name/>
</Sort>
</Entry>

<!-- public properties -->
<Entry>
<Match>
<And>
<Kind Is="property"/>
<Access Is="public"/>
</And>
</Match>
<Sort>
<Access Order="public"/>
<Static/>
<Name/>
</Sort>
</Entry>

<!-- interface properties -->
<Entry>
<Match>
<And>
<Kind Is="property"/>
<ImplementsInterface/>
</And>
</Match>
<Sort>
<ImplementsInterface Immediate="true"/>
<Name/>
</Sort>
</Entry>

<!-- other properties -->
<Entry>
<Match>
<Kind Is="property"/>
</Match>
<Sort>
<Access Order="public internal protected-internal protected private"/>
<Static/>
<Name/>
</Sort>
</Entry>

<!-- public indexers -->
<Entry>
<Match>
<And>
<Kind Is="indexer" Weight="1000" />
<Access Is="public"/>
</And>
</Match>
<Sort>
<Access Order="public" />
<Static/>
<Name/>
</Sort>
</Entry>

<!-- interface indexers -->
<Entry>
<Match>
<And>
<Kind Is="indexer" Weight="1000"/>
<ImplementsInterface/>
</And>
</Match>
<Sort>
<ImplementsInterface Immediate="true"/>
<Name/>
</Sort>
</Entry>

<!-- other indexers -->
<Entry>
<Match>
<Kind Is="indexer" Weight="1000" />
</Match>
<Sort>
<Access Order="public internal protected-internal protected private" />
<Static/>
<Name/>
</Sort>
</Entry>

<!-- public methods -->
<Entry>
<Match>
<And>
<Kind Is="method"/>
<Access Is="public"/>
</And>
</Match>
<Sort>
<Access Order="public"/>
<Static/>
<Name/>
</Sort>
</Entry>

<!-- interface methods -->
<Entry>
<Match>
<And>
<Kind Is="method"/>
<ImplementsInterface/>
</And>
</Match>
<Sort>
<ImplementsInterface Immediate="true"/>
<Name/>
</Sort>
</Entry>

<!-- other methods -->
<Entry>
<Match>
<Kind Is="method"/>
</Match>
<Sort>
<Access Order="public internal protected-internal protected private"/>
<Static/>
<Name/>
</Sort>
</Entry>

<!-- operators -->
<Entry>
<Match>
<Kind Is="operator"/>
</Match>
<Sort>
<Access Order="public internal protected-internal protected private" />
<Static/>
<Name/>
</Sort>
</Entry>

<!-- Nested structs -->
<Entry>
<Match>
<Kind Is="struct"
Weight="600" />
</Match>
<Sort>
<Static />
<Access Order="public internal protected-internal protected private" />
<Name/>
</Sort>
</Entry>

<!-- Nested classes -->
<Entry>
<Match>
<Kind Is="class"
Weight="700" />
</Match>
<Sort>
<Static />
<Access Order="public internal protected-internal protected private" />
<Name/>
</Sort>
</Entry>

<!-- all other members -->
<Entry/>

</Pattern>
</Patterns></s:String>
<s:Boolean x:Key="/Default/CodeStyle/CSharpUsing/AddImportsToDeepestScope/@EntryValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeStyle/CSharpUsing/QualifiedUsingAtNestedScope/@EntryValue">True</s:Boolean>
<s:String x:Key="/Default/CodeStyle/FileHeader/FileHeaderText/@EntryValue">--------------------------------------------------------------------------------------------------------------------
<copyright file="$FILENAME$" company="Collector AB">
Copyright © Collector AB. All rights reserved.
</copyright>
--------------------------------------------------------------------------------------------------------------------</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/EventHandlerPatternLong/@EntryValue">$object$_On$event$</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/PredefinedNamingRules/=Constants/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/PredefinedNamingRules/=EnumMember/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/PredefinedNamingRules/=Interfaces/@EntryIndexedValue"><Policy Inspect="True" Prefix="I" Suffix="" Style="AaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/PredefinedNamingRules/=LocalConstants/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="AA_BB" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/PredefinedNamingRules/=Locals/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/PredefinedNamingRules/=MethodPropertyEvent/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/PredefinedNamingRules/=Other/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/PredefinedNamingRules/=Parameters/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/PredefinedNamingRules/=PrivateConstants/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="AA_BB" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/PredefinedNamingRules/=PrivateInstanceFields/@EntryIndexedValue"><Policy Inspect="True" Prefix="_" Suffix="" Style="aaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/PredefinedNamingRules/=PrivateStaticFields/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/PredefinedNamingRules/=PrivateStaticReadonly/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/PredefinedNamingRules/=PublicFields/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/PredefinedNamingRules/=StaticReadonly/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/PredefinedNamingRules/=TypeParameters/@EntryIndexedValue"><Policy Inspect="True" Prefix="T" Suffix="" Style="AaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/PredefinedNamingRules/=TypesAndNamespaces/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/UserRules/=2e074d92_002D3c2a_002D4fa4_002Db753_002D8dea147bf936/@EntryIndexedValue"><Policy><Descriptor Staticness="Static, Instance" AccessRightKinds="Public" Description="Namn på klasser och metoder"><ElementKinds><Kind Name="CLASS" /><Kind Name="METHOD" /></ElementKinds></Descriptor><Policy Inspect="True" Prefix="" Suffix="" Style="AaBb"><ExtraRule Prefix="" Suffix="" Style="Aa_bb" /></Policy></Policy></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/JavaScriptNaming/UserRules/=JS_005FBLOCK_005FSCOPE_005FCONSTANT/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/JavaScriptNaming/UserRules/=JS_005FBLOCK_005FSCOPE_005FVARIABLE/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/JavaScriptNaming/UserRules/=JS_005FCONSTRUCTOR/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/JavaScriptNaming/UserRules/=JS_005FFUNCTION/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/JavaScriptNaming/UserRules/=JS_005FGLOBAL_005FVARIABLE/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/JavaScriptNaming/UserRules/=JS_005FLABEL/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/JavaScriptNaming/UserRules/=JS_005FLOCAL_005FVARIABLE/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/JavaScriptNaming/UserRules/=JS_005FOBJECT_005FPROPERTY_005FOF_005FFUNCTION/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/JavaScriptNaming/UserRules/=JS_005FPARAMETER/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/JavaScriptNaming/UserRules/=TS_005FCLASS/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/JavaScriptNaming/UserRules/=TS_005FENUM/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/JavaScriptNaming/UserRules/=TS_005FENUM_005FMEMBER/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/JavaScriptNaming/UserRules/=TS_005FINTERFACE/@EntryIndexedValue"><Policy Inspect="True" Prefix="I" Suffix="" Style="AaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/JavaScriptNaming/UserRules/=TS_005FINTERFACE_005FFOR_005FJS_005FGLOBAL_005FVARIABLE/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/JavaScriptNaming/UserRules/=TS_005FMODULE/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/JavaScriptNaming/UserRules/=TS_005FMODULE_005FEXPORTED/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/JavaScriptNaming/UserRules/=TS_005FMODULE_005FLOCAL/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/JavaScriptNaming/UserRules/=TS_005FPRIVATE_005FMEMBER_005FACCESSOR/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/JavaScriptNaming/UserRules/=TS_005FPRIVATE_005FSTATIC_005FTYPE_005FFIELD/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/JavaScriptNaming/UserRules/=TS_005FPRIVATE_005FTYPE_005FFIELD/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/JavaScriptNaming/UserRules/=TS_005FPRIVATE_005FTYPE_005FMETHOD/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/JavaScriptNaming/UserRules/=TS_005FPROTECTED_005FMEMBER_005FACCESSOR/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/JavaScriptNaming/UserRules/=TS_005FPROTECTED_005FSTATIC_005FTYPE_005FFIELD/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/JavaScriptNaming/UserRules/=TS_005FPROTECTED_005FTYPE_005FFIELD/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/JavaScriptNaming/UserRules/=TS_005FPROTECTED_005FTYPE_005FMETHOD/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/JavaScriptNaming/UserRules/=TS_005FPUBLIC_005FMEMBER_005FACCESSOR/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/JavaScriptNaming/UserRules/=TS_005FPUBLIC_005FSTATIC_005FTYPE_005FFIELD/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/JavaScriptNaming/UserRules/=TS_005FPUBLIC_005FTYPE_005FFIELD/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/JavaScriptNaming/UserRules/=TS_005FPUBLIC_005FTYPE_005FMETHOD/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/JavaScriptNaming/UserRules/=TS_005FTYPE_005FPARAMETER/@EntryIndexedValue"><Policy Inspect="True" Prefix="T" Suffix="" Style="AaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/VBNaming/EventHandlerPatternLong/@EntryValue">$object$_On$event$</s:String>
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/JavaScriptCodeFormatting/JavaScriptFormatOther/ALIGN_MULTIPLE_DECLARATION/@EntryValue">True</s:Boolean>
<s:String x:Key="/Default/CodeStyle/Naming/VBNaming/PredefinedNamingRules/=Constants/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/VBNaming/PredefinedNamingRules/=EnumMember/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/VBNaming/PredefinedNamingRules/=Interfaces/@EntryIndexedValue"><Policy Inspect="True" Prefix="I" Suffix="" Style="AaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/VBNaming/PredefinedNamingRules/=LocalConstants/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/VBNaming/PredefinedNamingRules/=Locals/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/VBNaming/PredefinedNamingRules/=MethodPropertyEvent/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/VBNaming/PredefinedNamingRules/=Other/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/VBNaming/PredefinedNamingRules/=Parameters/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/VBNaming/PredefinedNamingRules/=PrivateConstants/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/VBNaming/PredefinedNamingRules/=PrivateInstanceFields/@EntryIndexedValue"><Policy Inspect="True" Prefix="_" Suffix="" Style="aaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/VBNaming/PredefinedNamingRules/=PrivateStaticFields/@EntryIndexedValue"><Policy Inspect="True" Prefix="_" Suffix="" Style="aaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/VBNaming/PredefinedNamingRules/=PrivateStaticReadonly/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/VBNaming/PredefinedNamingRules/=PublicFields/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/VBNaming/PredefinedNamingRules/=StaticReadonly/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/VBNaming/PredefinedNamingRules/=TypeParameters/@EntryIndexedValue"><Policy Inspect="True" Prefix="T" Suffix="" Style="AaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/VBNaming/PredefinedNamingRules/=TypesAndNamespaces/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/WebNaming/UserRules/=ASP_005FFIELD/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/WebNaming/UserRules/=ASP_005FHTML_005FCONTROL/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/WebNaming/UserRules/=ASP_005FTAG_005FNAME/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/WebNaming/UserRules/=ASP_005FTAG_005FPREFIX/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/XamlNaming/UserRules/=NAMESPACE_005FALIAS/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/XamlNaming/UserRules/=XAML_005FFIELD/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /></s:String>
<s:String x:Key="/Default/CodeStyle/Naming/XamlNaming/UserRules/=XAML_005FRESOURCE/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /></s:String>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpFileLayoutPatternsUpgrade/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EAddAccessorOwnerDeclarationBracesMigration/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EMigrateBlankLinesAroundFieldToBlankLinesAroundProperty/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EMigrateThisQualifierSettings/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002EJavaScript_002ECodeStyle_002ESettingsUpgrade_002EJsCodeFormatterSettingsUpgrader/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002EJavaScript_002ECodeStyle_002ESettingsUpgrade_002EJsParsFormattingSettingsUpgrader/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002EJavaScript_002ECodeStyle_002ESettingsUpgrade_002EJsWrapperSettingsUpgrader/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/UnitTesting/SeparateAppDomainPerAssembly/@EntryValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Housekeeping/SolutionSettingsUpgraded/IsUpgraded/@EntryValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Housekeeping/UnitTestingMru/UnitTestSessionPersistentData/=48D661704D584F669ACC130946B487A7/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/Housekeeping/UnitTestingMru/UnitTestSessionPersistentData/=48D661704D584F669ACC130946B487A7/Name/@EntryValue">The_first_selected_invoice_is_rejected</s:String>
<s:String x:Key="/Default/Housekeeping/UnitTestingMru/UnitTestSessionPersistentData/=48D661704D584F669ACC130946B487A7/XmlSerializedElements/@EntryValue"><Session><Elements><UnitTestElement Provider="nUnit" Id="Collector.Edge.ECommerce.WebService30.UnitTest.Factories.AddInvoiceDtoFactory_Test" type="NUnitTestFixtureElement" Project="5DB934E7-AB65-4D3C-B943-49C807A0D7FA" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test" type="NUnitTestFixtureElement" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test" type="NUnitTestFixtureElement" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test" type="NUnitTestFixtureElement" Project="5DB934E7-AB65-4D3C-B943-49C807A0D7FA" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test+When_A_Reservation_Is_Canceled_With_An_Invalid_Integration_Number" ParentId="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test" type="NUnitTestFixtureElement" Project="5DB934E7-AB65-4D3C-B943-49C807A0D7FA" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test+When_A_Valid_Reservation_Is_Activated" ParentId="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test" type="NUnitTestFixtureElement" Project="5DB934E7-AB65-4D3C-B943-49C807A0D7FA" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test+When_A_Valid_Reservation_Is_Canceled" ParentId="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test" type="NUnitTestFixtureElement" Project="5DB934E7-AB65-4D3C-B943-49C807A0D7FA" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test+When_GetPaymentReservation_is_called_" ParentId="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test" type="NUnitTestFixtureElement" Project="5DB934E7-AB65-4D3C-B943-49C807A0D7FA" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestFixtureElement" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.Add_customer_comment_command_raises_event" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="Add_customer_comment_command_raises_event" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold.Address_is_set" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold" MethodName="Address_is_set" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.All_comments_with_different_partners_are_shown_when_showSelectedCommitmentsCommentsOnly_is_false" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="All_comments_with_different_partners_are_shown_when_showSelectedCommitmentsCommentsOnly_is_false" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test.And_invoice_request_integration_id_is_valid_the_add_invoice_process_is_called" ParentId="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test" type="NUnitTestElement" TypeName="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test" MethodName="And_invoice_request_integration_id_is_valid_the_add_invoice_process_is_called" Project="5DB934E7-AB65-4D3C-B943-49C807A0D7FA" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test.And_invoice_request_integration_id_was_not_previously_registered_an_exception_is_thrown" ParentId="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test" type="NUnitTestElement" TypeName="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test" MethodName="And_invoice_request_integration_id_was_not_previously_registered_an_exception_is_thrown" Project="5DB934E7-AB65-4D3C-B943-49C807A0D7FA" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test.And_invoice_request_invoice_row_is_empty_an_exception_is_thrown" ParentId="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test" type="NUnitTestElement" TypeName="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test" MethodName="And_invoice_request_invoice_row_is_empty_an_exception_is_thrown" Project="5DB934E7-AB65-4D3C-B943-49C807A0D7FA" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test.And_invoice_request_invoice_row_is_null_an_exception_is_thrown" ParentId="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test" type="NUnitTestElement" TypeName="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test" MethodName="And_invoice_request_invoice_row_is_null_an_exception_is_thrown" Project="5DB934E7-AB65-4D3C-B943-49C807A0D7FA" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test.And_invoice_request_invoice_row_sum_is_negative_an_exception_is_thrown" ParentId="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test" type="NUnitTestElement" TypeName="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test" MethodName="And_invoice_request_invoice_row_sum_is_negative_an_exception_is_thrown" Project="5DB934E7-AB65-4D3C-B943-49C807A0D7FA" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test.And_invoice_request_invoice_row_sum_is_zero_an_exception_is_thrown" ParentId="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test" type="NUnitTestElement" TypeName="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test" MethodName="And_invoice_request_invoice_row_sum_is_zero_an_exception_is_thrown" Project="5DB934E7-AB65-4D3C-B943-49C807A0D7FA" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test.And_invoice_request_is_null_an_exception_is_thrown" ParentId="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test" type="NUnitTestElement" TypeName="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test" MethodName="And_invoice_request_is_null_an_exception_is_thrown" Project="5DB934E7-AB65-4D3C-B943-49C807A0D7FA" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test+When_GetPaymentReservation_is_called_.AvailableReservationAmount_Is_Set" ParentId="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test+When_GetPaymentReservation_is_called_" type="NUnitTestElement" TypeName="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test+When_GetPaymentReservation_is_called_" MethodName="AvailableReservationAmount_Is_Set" Project="5DB934E7-AB65-4D3C-B943-49C807A0D7FA" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.Cancel_customer_comment_command_raises_event" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="Cancel_customer_comment_command_raises_event" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold.Cause_is_set" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold" MethodName="Cause_is_set" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold.City_is_set" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold" MethodName="City_is_set" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold.Civic_reg_no_is_set" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold" MethodName="Civic_reg_no_is_set" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold.Client_ip_address_is_set" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold" MethodName="Client_ip_address_is_set" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.Comments_With_Different_Partners_Are_Filtered_When_Setting_ShowSelectedCommitmentCommentsOnly" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="Comments_With_Different_Partners_Are_Filtered_When_Setting_ShowSelectedCommitmentCommentsOnly" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold.Country_code_is_set" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold" MethodName="Country_code_is_set" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold.Created_on_is_set" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold" MethodName="Created_on_is_set" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.Edit_customer_comment_command_raises_event" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="Edit_customer_comment_command_raises_event" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test+When_A_Reservation_Is_Canceled_With_An_Invalid_Integration_Number.Exception_is_thrown" ParentId="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test+When_A_Reservation_Is_Canceled_With_An_Invalid_Integration_Number" type="NUnitTestElement" TypeName="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test+When_A_Reservation_Is_Canceled_With_An_Invalid_Integration_Number" MethodName="Exception_is_thrown" Project="5DB934E7-AB65-4D3C-B943-49C807A0D7FA" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold.First_name_is_set" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold" MethodName="First_name_is_set" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold.Home_phone_is_set" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold" MethodName="Home_phone_is_set" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold.Invoice_number_is_set" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold" MethodName="Invoice_number_is_set" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold.Is_company_is_set" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold" MethodName="Is_company_is_set" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold.Is_private_firm_is_set" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold" MethodName="Is_private_firm_is_set" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test.It_should_disable_buttons_if_no_items_are_selected" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test" MethodName="It_should_disable_buttons_if_no_items_are_selected" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold.Last_name_is_set" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold" MethodName="Last_name_is_set" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold.Mobile_phone_is_set" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold" MethodName="Mobile_phone_is_set" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold.Order_id_is_set" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold" MethodName="Order_id_is_set" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold.partner_id_is_set" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold" MethodName="partner_id_is_set" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold.Partner_name_is_set" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold" MethodName="Partner_name_is_set" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test+When_GetPaymentReservation_is_called_.PendingUntil_Is_Set" ParentId="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test+When_GetPaymentReservation_is_called_" type="NUnitTestElement" TypeName="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test+When_GetPaymentReservation_is_called_" MethodName="PendingUntil_Is_Set" Project="5DB934E7-AB65-4D3C-B943-49C807A0D7FA" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold.Postal_code_is_set" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold" MethodName="Postal_code_is_set" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.Reject_invoice_command_raises_event" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="Reject_invoice_command_raises_event" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.Reject_invoice_process_is_called_with_invoice_number" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="Reject_invoice_process_is_called_with_invoice_number" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.Reject_invoice_process_is_called_with_partner_id" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="Reject_invoice_process_is_called_with_partner_id" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.Reject_invoice_process_is_called_with_user_name" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="Reject_invoice_process_is_called_with_user_name" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.Release_invoice_calls_process_with_correct_data" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="Release_invoice_calls_process_with_correct_data" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test+When_A_Valid_Reservation_Is_Activated.Reservation_Response_Has_Correct_Values" ParentId="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test+When_A_Valid_Reservation_Is_Activated" type="NUnitTestElement" TypeName="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test+When_A_Valid_Reservation_Is_Activated" MethodName="Reservation_Response_Has_Correct_Values" Project="5DB934E7-AB65-4D3C-B943-49C807A0D7FA" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test+When_GetPaymentReservation_is_called_.ReservedAmount_Is_Set" ParentId="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test+When_GetPaymentReservation_is_called_" type="NUnitTestElement" TypeName="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test+When_GetPaymentReservation_is_called_" MethodName="ReservedAmount_Is_Set" Project="5DB934E7-AB65-4D3C-B943-49C807A0D7FA" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.Save_comment_command_creates_comment_with_correct_text" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="Save_comment_command_creates_comment_with_correct_text" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.Save_comment_command_with_selected_comment_updates_comment_with_correct_text" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="Save_comment_command_with_selected_comment_updates_comment_with_correct_text" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.Save_comment_command_with_selected_comment_updates_comment_with_correct_updated_on" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="Save_comment_command_with_selected_comment_updates_comment_with_correct_updated_on" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.Save_comment_when_a_comment_is_selected_but_should_not_be_assiociated_with_partner" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="Save_comment_when_a_comment_is_selected_but_should_not_be_assiociated_with_partner" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.Save_comment_with_selected_comment_and_assiociate_with_partner_updates_comment_partner" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="Save_comment_with_selected_comment_and_assiociate_with_partner_updates_comment_partner" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.Save_customer_comment_command_raises_event" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="Save_customer_comment_command_raises_event" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test+When_GetPaymentReservation_is_called_.Status_Is_Set" ParentId="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test+When_GetPaymentReservation_is_called_" type="NUnitTestElement" TypeName="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test+When_GetPaymentReservation_is_called_" MethodName="Status_Is_Set" Project="5DB934E7-AB65-4D3C-B943-49C807A0D7FA" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_comments_have_correct_created_by" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_comments_have_correct_created_by" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_comments_have_correct_created_on" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_comments_have_correct_created_on" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_comments_have_correct_text" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_comments_have_correct_text" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_comments_have_correct_updated_by" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_comments_have_correct_updated_by" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_comments_have_correct_updated_on" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_comments_have_correct_updated_on" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_commitments_have_correct_number_of_items" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_commitments_have_correct_number_of_items" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_commitments_have_correct_partner_name" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_commitments_have_correct_partner_name" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_commitments_have_correct_total_debt" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_commitments_have_correct_total_debt" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_credit_check_results_have_correct_amount" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_credit_check_results_have_correct_amount" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_credit_check_results_have_correct_cause" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_credit_check_results_have_correct_cause" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_credit_check_results_have_correct_checked_date" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_credit_check_results_have_correct_checked_date" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_credit_check_results_have_correct_client_ip_adress" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_credit_check_results_have_correct_client_ip_adress" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_credit_check_results_have_correct_is_approved" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_credit_check_results_have_correct_is_approved" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_credit_check_results_have_correct_partner_partner_name" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_credit_check_results_have_correct_partner_partner_name" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_customer_info_have_correct_address1" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_customer_info_have_correct_address1" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_customer_info_have_correct_address2" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_customer_info_have_correct_address2" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_customer_info_have_correct_cause" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_customer_info_have_correct_cause" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_customer_info_have_correct_city" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_customer_info_have_correct_city" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_customer_info_have_correct_client_ip_address" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_customer_info_have_correct_client_ip_address" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_customer_info_have_correct_co_address" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_customer_info_have_correct_co_address" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_customer_info_have_correct_country" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_customer_info_have_correct_country" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_customer_info_have_correct_date_of_birth" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_customer_info_have_correct_date_of_birth" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_customer_info_have_correct_email" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_customer_info_have_correct_email" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_customer_info_have_correct_first_name" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_customer_info_have_correct_first_name" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_customer_info_have_correct_home_nr" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_customer_info_have_correct_home_nr" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_customer_info_have_correct_last_name" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_customer_info_have_correct_last_name" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_customer_info_have_correct_mobile_nr" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_customer_info_have_correct_mobile_nr" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_customer_info_have_correct_number_of_credit_checks" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_customer_info_have_correct_number_of_credit_checks" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_customer_info_have_correct_partner_name" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_customer_info_have_correct_partner_name" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_customer_info_have_correct_postal_code" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_customer_info_have_correct_postal_code" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_customer_info_have_correct_registration_number" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_customer_info_have_correct_registration_number" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_order_rows_have_correct_article_description" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_order_rows_have_correct_article_description" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_order_rows_have_correct_article_no" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_order_rows_have_correct_article_no" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_order_rows_have_correct_number_of_items" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_order_rows_have_correct_number_of_items" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_order_rows_have_correct_quantity" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_order_rows_have_correct_quantity" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_order_rows_have_correct_total_amount" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_order_rows_have_correct_total_amount" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_order_rows_have_correct_unit_price" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_order_rows_have_correct_unit_price" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_orders_have_correct_account_type" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_orders_have_correct_account_type" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_orders_have_correct_created_by" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_orders_have_correct_created_by" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_orders_have_correct_created_on" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_orders_have_correct_created_on" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_orders_have_correct_currency" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_orders_have_correct_currency" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_orders_have_correct_direct_invoice_no" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_orders_have_correct_direct_invoice_no" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_orders_have_correct_order_date" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_orders_have_correct_order_date" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_orders_have_correct_order_no" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_orders_have_correct_order_no" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_orders_have_correct_total_amount" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_orders_have_correct_total_amount" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.The_orders_have_correct_valid_until" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="The_orders_have_correct_valid_until" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test+When_A_Valid_Reservation_Is_Activated.There_Will_Be_A_Response" ParentId="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test+When_A_Valid_Reservation_Is_Activated" type="NUnitTestElement" TypeName="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test+When_A_Valid_Reservation_Is_Activated" MethodName="There_Will_Be_A_Response" Project="5DB934E7-AB65-4D3C-B943-49C807A0D7FA" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test+When_A_Valid_Reservation_Is_Canceled.There_Will_Be_A_Response" ParentId="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test+When_A_Valid_Reservation_Is_Canceled" type="NUnitTestElement" TypeName="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test+When_A_Valid_Reservation_Is_Canceled" MethodName="There_Will_Be_A_Response" Project="5DB934E7-AB65-4D3C-B943-49C807A0D7FA" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold.Total_amount_is_set" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test+When_listing_invoices_on_hold" MethodName="Total_amount_is_set" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test+When_GetPaymentReservation_is_called_.ValidUntil_Is_Set_To_Null" ParentId="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test+When_GetPaymentReservation_is_called_" type="NUnitTestElement" TypeName="Collector.Edge.ECommerce.WebService30.UnitTest.PaymentService.PaymentService_Test+When_GetPaymentReservation_is_called_" MethodName="ValidUntil_Is_Set_To_Null" Project="5DB934E7-AB65-4D3C-B943-49C807A0D7FA" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.ECommerce.WebService30.UnitTest.Factories.AddInvoiceDtoFactory_Test.When_adding_an_invoice_with_known_purchase_types" ParentId="Collector.Edge.ECommerce.WebService30.UnitTest.Factories.AddInvoiceDtoFactory_Test" type="NUnitTestElement" TypeName="Collector.Edge.ECommerce.WebService30.UnitTest.Factories.AddInvoiceDtoFactory_Test" MethodName="When_adding_an_invoice_with_known_purchase_types" Project="5DB934E7-AB65-4D3C-B943-49C807A0D7FA" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.ECommerce.WebService30.UnitTest.Factories.AddInvoiceDtoFactory_Test.When_adding_an_invoice_with_unknown_purchase_type_an_exception_is_thrown" ParentId="Collector.Edge.ECommerce.WebService30.UnitTest.Factories.AddInvoiceDtoFactory_Test" type="NUnitTestElement" TypeName="Collector.Edge.ECommerce.WebService30.UnitTest.Factories.AddInvoiceDtoFactory_Test" MethodName="When_adding_an_invoice_with_unknown_purchase_type_an_exception_is_thrown" Project="5DB934E7-AB65-4D3C-B943-49C807A0D7FA" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test.When_clearing_the_invoice_list_is_emptied" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test" MethodName="When_clearing_the_invoice_list_is_emptied" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test.When_clearing_the_partner_name_is_reset" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test" MethodName="When_clearing_the_partner_name_is_reset" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test.When_clearing_the_selected_country_name_is_reset" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test" MethodName="When_clearing_the_selected_country_name_is_reset" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test.When_clearing_the_selected_item_is_reset" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test" MethodName="When_clearing_the_selected_item_is_reset" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test.When_clearing_the_start_date_name_is_reset" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test" MethodName="When_clearing_the_start_date_name_is_reset" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test.When_reject_process_throws_an_exception_it_raises_error" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test" MethodName="When_reject_process_throws_an_exception_it_raises_error" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.When_reject_process_throws_an_exception_it_raises_error" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="When_reject_process_throws_an_exception_it_raises_error" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test.When_rejecting_invoices_the_confirm_dialogue_is_closed" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test" MethodName="When_rejecting_invoices_the_confirm_dialogue_is_closed" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test.When_rejecting_invoices_the_rejected_invoice_is_removed_from_the_listing" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test" MethodName="When_rejecting_invoices_the_rejected_invoice_is_removed_from_the_listing" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test.When_rejecting_invoices_the_selected_invoices_are_cleared" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test" MethodName="When_rejecting_invoices_the_selected_invoices_are_cleared" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test.When_release_process_throws_an_exception_it_raises_error" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test" MethodName="When_release_process_throws_an_exception_it_raises_error" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.When_release_process_throws_an_exception_it_raises_error" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="When_release_process_throws_an_exception_it_raises_error" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.When_releasing_invoice_the_confirm_dialogue_is_closed" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="When_releasing_invoice_the_confirm_dialogue_is_closed" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test.When_releasing_invoice_the_status_changed_event_is_raised" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.Details.SurveillanceListDetailsViewModel_Test" MethodName="When_releasing_invoice_the_status_changed_event_is_raised" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test.When_releasing_invoices_the_confirm_dialogue_is_closed" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test" MethodName="When_releasing_invoices_the_confirm_dialogue_is_closed" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test.When_releasing_invoices_the_released_invoice_is_removed_from_the_listing" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test" MethodName="When_releasing_invoices_the_released_invoice_is_removed_from_the_listing" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test.When_releasing_invoices_the_selected_invoice_is_cleared" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test" MethodName="When_releasing_invoices_the_selected_invoice_is_cleared" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test.When_removing_an_item_if_it_is_not_the_selected_item_it_will_not_reset_selected" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test" MethodName="When_removing_an_item_if_it_is_not_the_selected_item_it_will_not_reset_selected" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test.When_removing_an_item_if_it_is_the_selected_item_it_will_reset_selected" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test" MethodName="When_removing_an_item_if_it_is_the_selected_item_it_will_reset_selected" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test.When_removing_an_item_the_item_is_removed_from_the_listing" ParentId="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test" type="NUnitTestElement" TypeName="Collector.Edge.Client.ViewModel.UnitTest.FraudSurveillance.List.FraudSurveillanceListViewModel_Test" MethodName="When_removing_an_item_the_item_is_removed_from_the_listing" Project="30F2BA82-2525-4A89-9215-3F8F8A706DBB" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.ECommerce.WebService30.UnitTest.Factories.AddInvoiceDtoFactory_Test.When_adding_an_invoice_with_known_purchase_types(0,Ecommerce)" ParentId="Collector.Edge.ECommerce.WebService30.UnitTest.Factories.AddInvoiceDtoFactory_Test.When_adding_an_invoice_with_known_purchase_types" type="NUnitRowTestElement" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.ECommerce.WebService30.UnitTest.Factories.AddInvoiceDtoFactory_Test.When_adding_an_invoice_with_known_purchase_types(1,InStore)" ParentId="Collector.Edge.ECommerce.WebService30.UnitTest.Factories.AddInvoiceDtoFactory_Test.When_adding_an_invoice_with_known_purchase_types" type="NUnitRowTestElement" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.ECommerce.WebService30.UnitTest.Factories.AddInvoiceDtoFactory_Test.When_adding_an_invoice_with_known_purchase_types(2,InvoicePayment)" ParentId="Collector.Edge.ECommerce.WebService30.UnitTest.Factories.AddInvoiceDtoFactory_Test.When_adding_an_invoice_with_known_purchase_types" type="NUnitRowTestElement" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.ECommerce.WebService30.UnitTest.Factories.AddInvoiceDtoFactory_Test.When_adding_an_invoice_with_known_purchase_types(3,P2P)" ParentId="Collector.Edge.ECommerce.WebService30.UnitTest.Factories.AddInvoiceDtoFactory_Test.When_adding_an_invoice_with_known_purchase_types" type="NUnitRowTestElement" /><UnitTestElement Provider="nUnit" Id="Collector.Edge.ECommerce.WebService30.UnitTest.Factories.AddInvoiceDtoFactory_Test.When_adding_an_invoice_with_known_purchase_types(null,null)" ParentId="Collector.Edge.ECommerce.WebService30.UnitTest.Factories.AddInvoiceDtoFactory_Test.When_adding_an_invoice_with_known_purchase_types" type="NUnitRowTestElement" /></Elements></Session></s:String>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=084739D90D53574A9248350A35AAB865/@KeyIndexDefined">True</s:Boolean>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=084739D90D53574A9248350A35AAB865/Applicability/=File/@EntryIndexedValue">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=084739D90D53574A9248350A35AAB865/Categories/=Imported_00202013_002D11_002D07/@EntryIndexedValue">Imported 2013-11-07</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=084739D90D53574A9248350A35AAB865/CustomProperties/=Extension/@EntryIndexedValue">cs</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=084739D90D53574A9248350A35AAB865/CustomProperties/=FileName/@EntryIndexedValue">Class</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=084739D90D53574A9248350A35AAB865/CustomProperties/=ValidateFileName/@EntryIndexedValue">True</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=084739D90D53574A9248350A35AAB865/Description/@EntryValue">Class with Interface</s:String>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=084739D90D53574A9248350A35AAB865/Field/=CLASS_005FHEADER/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=084739D90D53574A9248350A35AAB865/Field/=CLASS_005FHEADER/Expression/@EntryValue">fileheader()</s:String>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=084739D90D53574A9248350A35AAB865/Field/=CLASS_005FHEADER/InitialRange/@EntryValue">-1</s:Int64>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=084739D90D53574A9248350A35AAB865/Field/=CLASS_005FHEADER/Order/@EntryValue">2</s:Int64>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=084739D90D53574A9248350A35AAB865/Field/=CLASS_005FNAME/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=084739D90D53574A9248350A35AAB865/Field/=CLASS_005FNAME/Expression/@EntryValue">getFileNameWithoutExtension()</s:String>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=084739D90D53574A9248350A35AAB865/Field/=CLASS_005FNAME/InitialRange/@EntryValue">-1</s:Int64>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=084739D90D53574A9248350A35AAB865/Field/=CLASS_005FNAME/Order/@EntryValue">1</s:Int64>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=084739D90D53574A9248350A35AAB865/Field/=CLASS_005FNAMESPACE/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=084739D90D53574A9248350A35AAB865/Field/=CLASS_005FNAMESPACE/Expression/@EntryValue">fileDefaultNamespace()</s:String>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=084739D90D53574A9248350A35AAB865/Field/=CLASS_005FNAMESPACE/InitialRange/@EntryValue">-1</s:Int64>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=084739D90D53574A9248350A35AAB865/Field/=CLASS_005FNAMESPACE/Order/@EntryValue">0</s:Int64>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=084739D90D53574A9248350A35AAB865/Field/=INTERFACE_005FHEADER/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=084739D90D53574A9248350A35AAB865/Field/=INTERFACE_005FHEADER/Expression/@EntryValue">fileheader()</s:String>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=084739D90D53574A9248350A35AAB865/Field/=INTERFACE_005FHEADER/InitialRange/@EntryValue">-1</s:Int64>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=084739D90D53574A9248350A35AAB865/Field/=INTERFACE_005FHEADER/InitialSection/@EntryValue">4BAD06A2935BB74F9EA6FF8B6CBB86BC</s:String>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=084739D90D53574A9248350A35AAB865/Field/=INTERFACE_005FHEADER/Order/@EntryValue">3</s:Int64>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=084739D90D53574A9248350A35AAB865/Reformat/@EntryValue">True</s:Boolean>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=084739D90D53574A9248350A35AAB865/Scope/=E8F0594528C33E45BBFEC6CFE851095D/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=084739D90D53574A9248350A35AAB865/Scope/=E8F0594528C33E45BBFEC6CFE851095D/Type/@EntryValue">InCSharpProjectFile</s:String>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=084739D90D53574A9248350A35AAB865/Section/=4BAD06A2935BB74F9EA6FF8B6CBB86BC/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=084739D90D53574A9248350A35AAB865/Section/=4BAD06A2935BB74F9EA6FF8B6CBB86BC/LocationSelectorConfig/@EntryValue"><RelativeConfig Folder="Interfaces" File="I$NAME$.cs" /></s:String>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=084739D90D53574A9248350A35AAB865/Section/=4BAD06A2935BB74F9EA6FF8B6CBB86BC/LocationSelectorName/@EntryValue">manual</s:String>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=084739D90D53574A9248350A35AAB865/Section/=4BAD06A2935BB74F9EA6FF8B6CBB86BC/Order/@EntryValue">0</s:Int64>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=084739D90D53574A9248350A35AAB865/Section/=4BAD06A2935BB74F9EA6FF8B6CBB86BC/SectionPlain/Text/@EntryValue">$INTERFACE_HEADER$
namespace $CLASS_NAMESPACE$.Interfaces
{
public interface I$CLASS_NAME$ {$END$}
}</s:String>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=084739D90D53574A9248350A35AAB865/ShortenQualifiedReferences/@EntryValue">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=084739D90D53574A9248350A35AAB865/Text/@EntryValue">$CLASS_HEADER$
namespace $CLASS_NAMESPACE$
{
public class $CLASS_NAME$ : I$CLASS_NAME$ {$END$}
}</s:String>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=24D9FDF33949224A8DD9190319F9C7E8/@KeyIndexDefined">True</s:Boolean>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=24D9FDF33949224A8DD9190319F9C7E8/Applicability/=File/@EntryIndexedValue">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=24D9FDF33949224A8DD9190319F9C7E8/CustomProperties/=Extension/@EntryIndexedValue">cs</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=24D9FDF33949224A8DD9190319F9C7E8/CustomProperties/=FileName/@EntryIndexedValue">Class</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=24D9FDF33949224A8DD9190319F9C7E8/CustomProperties/=ValidateFileName/@EntryIndexedValue">True</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=24D9FDF33949224A8DD9190319F9C7E8/Description/@EntryValue">Class with Map</s:String>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=24D9FDF33949224A8DD9190319F9C7E8/Field/=MAP_005FNAME/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=24D9FDF33949224A8DD9190319F9C7E8/Field/=MAP_005FNAME/Expression/@EntryValue">getFileNameWithoutExtension()</s:String>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=24D9FDF33949224A8DD9190319F9C7E8/Field/=MAP_005FNAME/InitialRange/@EntryValue">-1</s:Int64>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=24D9FDF33949224A8DD9190319F9C7E8/Field/=MAP_005FNAME/InitialSection/@EntryValue">CE6EAADE7182C6419603D3D579489179</s:String>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=24D9FDF33949224A8DD9190319F9C7E8/Field/=MAP_005FNAME/Order/@EntryValue">2</s:Int64>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=24D9FDF33949224A8DD9190319F9C7E8/Field/=MAP_005FNAMESPACE/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=24D9FDF33949224A8DD9190319F9C7E8/Field/=MAP_005FNAMESPACE/Expression/@EntryValue">fileDefaultNamespace()</s:String>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=24D9FDF33949224A8DD9190319F9C7E8/Field/=MAP_005FNAMESPACE/InitialRange/@EntryValue">-1</s:Int64>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=24D9FDF33949224A8DD9190319F9C7E8/Field/=MAP_005FNAMESPACE/InitialSection/@EntryValue">CE6EAADE7182C6419603D3D579489179</s:String>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=24D9FDF33949224A8DD9190319F9C7E8/Field/=MAP_005FNAMESPACE/Order/@EntryValue">3</s:Int64>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=24D9FDF33949224A8DD9190319F9C7E8/Field/=MODEL_005FNAME/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=24D9FDF33949224A8DD9190319F9C7E8/Field/=MODEL_005FNAME/Expression/@EntryValue">getFileNameWithoutExtension()</s:String>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=24D9FDF33949224A8DD9190319F9C7E8/Field/=MODEL_005FNAME/InitialRange/@EntryValue">-1</s:Int64>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=24D9FDF33949224A8DD9190319F9C7E8/Field/=MODEL_005FNAME/Order/@EntryValue">0</s:Int64>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=24D9FDF33949224A8DD9190319F9C7E8/Field/=MODEL_005FNAMESPACE/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=24D9FDF33949224A8DD9190319F9C7E8/Field/=MODEL_005FNAMESPACE/Expression/@EntryValue">fileDefaultNamespace()</s:String>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=24D9FDF33949224A8DD9190319F9C7E8/Field/=MODEL_005FNAMESPACE/InitialRange/@EntryValue">-1</s:Int64>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=24D9FDF33949224A8DD9190319F9C7E8/Field/=MODEL_005FNAMESPACE/Order/@EntryValue">1</s:Int64>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=24D9FDF33949224A8DD9190319F9C7E8/Field/=MODEL_005FSUMMARY/@KeyIndexDefined">True</s:Boolean>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=24D9FDF33949224A8DD9190319F9C7E8/Field/=MODEL_005FSUMMARY/Order/@EntryValue">4</s:Int64>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=24D9FDF33949224A8DD9190319F9C7E8/Reformat/@EntryValue">True</s:Boolean>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=24D9FDF33949224A8DD9190319F9C7E8/Scope/=E8F0594528C33E45BBFEC6CFE851095D/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=24D9FDF33949224A8DD9190319F9C7E8/Scope/=E8F0594528C33E45BBFEC6CFE851095D/Type/@EntryValue">InCSharpProjectFile</s:String>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=24D9FDF33949224A8DD9190319F9C7E8/Section/=CE6EAADE7182C6419603D3D579489179/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=24D9FDF33949224A8DD9190319F9C7E8/Section/=CE6EAADE7182C6419603D3D579489179/LocationSelectorConfig/@EntryValue"><RelativeConfig Project="$PROJECT$" Folder="$RELPATH$\Mapping" File="$NAME$Map.cs" /></s:String>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=24D9FDF33949224A8DD9190319F9C7E8/Section/=CE6EAADE7182C6419603D3D579489179/LocationSelectorName/@EntryValue">manual</s:String>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=24D9FDF33949224A8DD9190319F9C7E8/Section/=CE6EAADE7182C6419603D3D579489179/Order/@EntryValue">0</s:Int64>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=24D9FDF33949224A8DD9190319F9C7E8/Section/=CE6EAADE7182C6419603D3D579489179/SectionPlain/Text/@EntryValue">// --------------------------------------------------------------------------------------------------------------------
// <copyright file="$MAP_NAME$.cs" company="Collector AB">
// Copyright © Collector AB. All rights reserved.
// </copyright>
// --------------------------------------------------------------------------------------------------------------------
namespace $MAP_NAMESPACE$
{
using $MODEL_NAMESPACE$;

using FluentNHibernate.Mapping;

/// <summary>
/// Fluent NHibernate mapping for $MODEL_NAME$.
/// </summary>
public class $MAP_NAME$ : ClassMap<$MODEL_NAME$>
{
/// <summary>
/// Initializes a new instance of the <see cref="$MAP_NAME$" /> class.
/// </summary>
public $MAP_NAME$()
{
}
}
}</s:String>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=24D9FDF33949224A8DD9190319F9C7E8/ShortenQualifiedReferences/@EntryValue">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=24D9FDF33949224A8DD9190319F9C7E8/Text/@EntryValue">// --------------------------------------------------------------------------------------------------------------------
// <copyright file="$MODEL_NAME$.cs" company="Collector AB">
// Copyright © Collector AB. All rights reserved.
// </copyright>
// --------------------------------------------------------------------------------------------------------------------

namespace $MODEL_NAMESPACE$
{
/// <summary>
/// $MODEL_SUMMARY$
/// </summary>
public class $MODEL_NAME$
{
}
}</s:String>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=42FA57A3531FAB448512FF6606E13354/@KeyIndexDefined">True</s:Boolean>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=42FA57A3531FAB448512FF6606E13354/Applicability/=Live/@EntryIndexedValue">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=42FA57A3531FAB448512FF6606E13354/Description/@EntryValue">Test method</s:String>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=42FA57A3531FAB448512FF6606E13354/Reformat/@EntryValue">True</s:Boolean>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=42FA57A3531FAB448512FF6606E13354/Scope/=C3001E7C0DA78E4487072B7E050D86C5/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=42FA57A3531FAB448512FF6606E13354/Scope/=C3001E7C0DA78E4487072B7E050D86C5/CustomProperties/=minimumLanguageVersion/@EntryIndexedValue">2.0</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=42FA57A3531FAB448512FF6606E13354/Scope/=C3001E7C0DA78E4487072B7E050D86C5/Type/@EntryValue">InCSharpFile</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=42FA57A3531FAB448512FF6606E13354/Shortcut/@EntryValue">tm</s:String>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=42FA57A3531FAB448512FF6606E13354/ShortenQualifiedReferences/@EntryValue">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=42FA57A3531FAB448512FF6606E13354/Text/@EntryValue">[Test]
public void $END$()
{

}</s:String>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=55F060E7E8172E419614F57BCCB0B91E/@KeyIndexDefined">True</s:Boolean>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=55F060E7E8172E419614F57BCCB0B91E/Applicability/=File/@EntryIndexedValue">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=55F060E7E8172E419614F57BCCB0B91E/CustomProperties/=Extension/@EntryIndexedValue">txt</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=55F060E7E8172E419614F57BCCB0B91E/CustomProperties/=FileName/@EntryIndexedValue">ValueObject</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=55F060E7E8172E419614F57BCCB0B91E/CustomProperties/=ValidateFileName/@EntryIndexedValue">True</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=55F060E7E8172E419614F57BCCB0B91E/Description/@EntryValue">Value Object</s:String>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=55F060E7E8172E419614F57BCCB0B91E/Field/=CLASS_005FNAME/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=55F060E7E8172E419614F57BCCB0B91E/Field/=CLASS_005FNAME/Expression/@EntryValue">getFileNameWithoutExtension()</s:String>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=55F060E7E8172E419614F57BCCB0B91E/Field/=CLASS_005FNAME/InitialRange/@EntryValue">-1</s:Int64>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=55F060E7E8172E419614F57BCCB0B91E/Field/=CLASS_005FNAME/Order/@EntryValue">2</s:Int64>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=55F060E7E8172E419614F57BCCB0B91E/Field/=HEADER/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=55F060E7E8172E419614F57BCCB0B91E/Field/=HEADER/Expression/@EntryValue">fileheader()</s:String>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=55F060E7E8172E419614F57BCCB0B91E/Field/=HEADER/InitialRange/@EntryValue">-1</s:Int64>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=55F060E7E8172E419614F57BCCB0B91E/Field/=HEADER/Order/@EntryValue">0</s:Int64>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=55F060E7E8172E419614F57BCCB0B91E/Field/=NAMESPACE/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=55F060E7E8172E419614F57BCCB0B91E/Field/=NAMESPACE/Expression/@EntryValue">fileDefaultNamespace()</s:String>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=55F060E7E8172E419614F57BCCB0B91E/Field/=NAMESPACE/InitialRange/@EntryValue">-1</s:Int64>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=55F060E7E8172E419614F57BCCB0B91E/Field/=NAMESPACE/Order/@EntryValue">1</s:Int64>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=55F060E7E8172E419614F57BCCB0B91E/Field/=PARAMETER_005FNAME/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=55F060E7E8172E419614F57BCCB0B91E/Field/=PARAMETER_005FNAME/Expression/@EntryValue">getFileNameWithoutExtension()</s:String>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=55F060E7E8172E419614F57BCCB0B91E/Field/=PARAMETER_005FNAME/Order/@EntryValue">3</s:Int64>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=55F060E7E8172E419614F57BCCB0B91E/Reformat/@EntryValue">True</s:Boolean>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=55F060E7E8172E419614F57BCCB0B91E/Scope/=E8F0594528C33E45BBFEC6CFE851095D/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=55F060E7E8172E419614F57BCCB0B91E/Scope/=E8F0594528C33E45BBFEC6CFE851095D/Type/@EntryValue">InCSharpProjectFile</s:String>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=55F060E7E8172E419614F57BCCB0B91E/ShortenQualifiedReferences/@EntryValue">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=55F060E7E8172E419614F57BCCB0B91E/Text/@EntryValue">$HEADER$

namespace $NAMESPACE$
{
using System;

using Collector.Edge.Infrastructure.Base.Types

public class $CLASS_NAME$ : ValueObject<$CLASS_NAME$>
{
protected $CLASS_NAME$
{
}

private $CLASS_NAME$(string $PARAMETER_NAME$)
{
if (string.IsNullOrWhiteSpace($PARAMETER_NAME$)
throw new ArgumentException($PARAMETER_NAME$)

Value = $PARAMETER_NAME$
}

[ValueObjectKey]
public string Value {get; protected set; }

public static $CLASS_NAME$ Create(string $PARAMETER_NAME$)
{
return !string.IsNullOrWhiteSpace($PARAMETER_NAME$) ? new $CLASS_NAME$($PARAMETER_NAME$) : null;
}

public static implicit operator string($CLASS_NAME$ $PARAMETER_NAME$)
{
return $PARAMETER_NAME$ == null
? null
: $PARAMETER_NAME$.Value;
}

public override string ToString()
{
return Value;
}
}
}</s:String>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=73978606F054DE4691CD0B004DDC40EA/@KeyIndexDefined">True</s:Boolean>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=73978606F054DE4691CD0B004DDC40EA/Applicability/=File/@EntryIndexedValue">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=73978606F054DE4691CD0B004DDC40EA/CustomProperties/=Extension/@EntryIndexedValue">cs</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=73978606F054DE4691CD0B004DDC40EA/CustomProperties/=FileName/@EntryIndexedValue">TestClass</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=73978606F054DE4691CD0B004DDC40EA/CustomProperties/=ValidateFileName/@EntryIndexedValue">True</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=73978606F054DE4691CD0B004DDC40EA/Description/@EntryValue">UnitTest Class</s:String>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=73978606F054DE4691CD0B004DDC40EA/Field/=CLASS_005FHEADER/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=73978606F054DE4691CD0B004DDC40EA/Field/=CLASS_005FHEADER/Expression/@EntryValue">fileheader()</s:String>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=73978606F054DE4691CD0B004DDC40EA/Field/=CLASS_005FHEADER/InitialRange/@EntryValue">-1</s:Int64>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=73978606F054DE4691CD0B004DDC40EA/Field/=CLASS_005FHEADER/Order/@EntryValue">0</s:Int64>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=73978606F054DE4691CD0B004DDC40EA/Field/=CLASS_005FNAME/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=73978606F054DE4691CD0B004DDC40EA/Field/=CLASS_005FNAME/Expression/@EntryValue">getFileNameWithoutExtension()</s:String>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=73978606F054DE4691CD0B004DDC40EA/Field/=CLASS_005FNAME/InitialRange/@EntryValue">-1</s:Int64>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=73978606F054DE4691CD0B004DDC40EA/Field/=CLASS_005FNAME/Order/@EntryValue">2</s:Int64>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=73978606F054DE4691CD0B004DDC40EA/Field/=CLASS_005FNAMESPACE/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=73978606F054DE4691CD0B004DDC40EA/Field/=CLASS_005FNAMESPACE/Expression/@EntryValue">fileDefaultNamespace()</s:String>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=73978606F054DE4691CD0B004DDC40EA/Field/=CLASS_005FNAMESPACE/InitialRange/@EntryValue">-1</s:Int64>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=73978606F054DE4691CD0B004DDC40EA/Field/=CLASS_005FNAMESPACE/Order/@EntryValue">1</s:Int64>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=73978606F054DE4691CD0B004DDC40EA/Field/=CLASS_005FUNDER_005FTEST/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=73978606F054DE4691CD0B004DDC40EA/Field/=CLASS_005FUNDER_005FTEST/Expression/@EntryValue">getFileNameWithoutExtension()</s:String>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=73978606F054DE4691CD0B004DDC40EA/Field/=CLASS_005FUNDER_005FTEST/Order/@EntryValue">3</s:Int64>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=73978606F054DE4691CD0B004DDC40EA/Reformat/@EntryValue">True</s:Boolean>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=73978606F054DE4691CD0B004DDC40EA/Scope/=E8F0594528C33E45BBFEC6CFE851095D/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=73978606F054DE4691CD0B004DDC40EA/Scope/=E8F0594528C33E45BBFEC6CFE851095D/Type/@EntryValue">InCSharpProjectFile</s:String>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=73978606F054DE4691CD0B004DDC40EA/ShortenQualifiedReferences/@EntryValue">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=73978606F054DE4691CD0B004DDC40EA/Text/@EntryValue">$CLASS_HEADER$
namespace $CLASS_NAMESPACE$
{
using NUnit.Framework;

[TestFixture]
public class $CLASS_NAME$ : BaseUnitTest
{
private static $CLASS_UNDER_TEST$ Create$CLASS_UNDER_TEST$()
{
return new $CLASS_UNDER_TEST$();
}
}
}</s:String>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=8A23CF57B077A9409A22BFAAA02B557B/@KeyIndexDefined">True</s:Boolean>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=8A23CF57B077A9409A22BFAAA02B557B/Applicability/=File/@EntryIndexedValue">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=8A23CF57B077A9409A22BFAAA02B557B/CustomProperties/=Extension/@EntryIndexedValue">cs</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=8A23CF57B077A9409A22BFAAA02B557B/CustomProperties/=FileName/@EntryIndexedValue">Specification</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=8A23CF57B077A9409A22BFAAA02B557B/CustomProperties/=ValidateFileName/@EntryIndexedValue">True</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=8A23CF57B077A9409A22BFAAA02B557B/Description/@EntryValue">Specification</s:String>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=8A23CF57B077A9409A22BFAAA02B557B/Field/=CLASS_005FHEADER/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=8A23CF57B077A9409A22BFAAA02B557B/Field/=CLASS_005FHEADER/Expression/@EntryValue">fileheader()</s:String>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=8A23CF57B077A9409A22BFAAA02B557B/Field/=CLASS_005FHEADER/InitialRange/@EntryValue">-1</s:Int64>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=8A23CF57B077A9409A22BFAAA02B557B/Field/=CLASS_005FHEADER/Order/@EntryValue">0</s:Int64>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=8A23CF57B077A9409A22BFAAA02B557B/Field/=CLASS_005FNAME/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=8A23CF57B077A9409A22BFAAA02B557B/Field/=CLASS_005FNAME/Expression/@EntryValue">getFileNameWithoutExtension()</s:String>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=8A23CF57B077A9409A22BFAAA02B557B/Field/=CLASS_005FNAME/InitialRange/@EntryValue">-1</s:Int64>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=8A23CF57B077A9409A22BFAAA02B557B/Field/=CLASS_005FNAME/Order/@EntryValue">2</s:Int64>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=8A23CF57B077A9409A22BFAAA02B557B/Field/=CLASS_005FNAMESPACE/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=8A23CF57B077A9409A22BFAAA02B557B/Field/=CLASS_005FNAMESPACE/Expression/@EntryValue">fileDefaultNamespace()</s:String>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=8A23CF57B077A9409A22BFAAA02B557B/Field/=CLASS_005FNAMESPACE/InitialRange/@EntryValue">-1</s:Int64>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=8A23CF57B077A9409A22BFAAA02B557B/Field/=CLASS_005FNAMESPACE/Order/@EntryValue">1</s:Int64>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=8A23CF57B077A9409A22BFAAA02B557B/Field/=QUERY_005FTARGET/@KeyIndexDefined">True</s:Boolean>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=8A23CF57B077A9409A22BFAAA02B557B/Field/=QUERY_005FTARGET/Order/@EntryValue">3</s:Int64>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=8A23CF57B077A9409A22BFAAA02B557B/Reformat/@EntryValue">True</s:Boolean>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=8A23CF57B077A9409A22BFAAA02B557B/Scope/=E8F0594528C33E45BBFEC6CFE851095D/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=8A23CF57B077A9409A22BFAAA02B557B/Scope/=E8F0594528C33E45BBFEC6CFE851095D/Type/@EntryValue">InCSharpProjectFile</s:String>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=8A23CF57B077A9409A22BFAAA02B557B/ShortenQualifiedReferences/@EntryValue">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=8A23CF57B077A9409A22BFAAA02B557B/Text/@EntryValue">$CLASS_HEADER$
namespace $CLASS_NAMESPACE$
{
using System.Linq;

using NHibernate;
using NHibernate.Linq;

internal sealed class $CLASS_NAME$ : QuerySpecification<$QUERY_TARGET$>
{
public $CLASS_NAME$()
{
} 

public override IQueryable<$QUERY_TARGET$> CreateQuery(ISession session)
{
return session.Query<$QUERY_TARGET$>();
}
}
}</s:String>
<s:Boolean x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=537ED01E8E894146ABD52E2B75932869/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=537ED01E8E894146ABD52E2B75932869/Comment/@EntryValue">SystemTimeOffset.UtcNow should be used</s:String>
<s:Boolean x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=537ED01E8E894146ABD52E2B75932869/IsReplacePattern/@EntryValue">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=537ED01E8E894146ABD52E2B75932869/LanguageName/@EntryValue">CSHARP</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=537ED01E8E894146ABD52E2B75932869/ReplacePattern/@EntryValue">SystemTimeOffset.UtcNow</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=537ED01E8E894146ABD52E2B75932869/SearchPattern/@EntryValue">DateTime.Now</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=537ED01E8E894146ABD52E2B75932869/Severity/@EntryValue">WARNING</s:String>
<s:Boolean x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=537ED01E8E894146ABD52E2B75932870/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=537ED01E8E894146ABD52E2B75932870/Comment/@EntryValue">SystemTimeOffset.UtcNow should be used</s:String>
<s:Boolean x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=537ED01E8E894146ABD52E2B75932870/IsReplacePattern/@EntryValue">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=537ED01E8E894146ABD52E2B75932870/LanguageName/@EntryValue">CSHARP</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=537ED01E8E894146ABD52E2B75932870/ReplacePattern/@EntryValue">SystemTimeOffset.UtcNow</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=537ED01E8E894146ABD52E2B75932870/SearchPattern/@EntryValue">DateTime.UtcNow</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=537ED01E8E894146ABD52E2B75932870/Severity/@EntryValue">WARNING</s:String>
<s:Boolean x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=537ED01E8E894146ABD52E2B75932871/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=537ED01E8E894146ABD52E2B75932871/Comment/@EntryValue">SystemTimeOffset.UtcNow should be used</s:String>
<s:Boolean x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=537ED01E8E894146ABD52E2B75932871/IsReplacePattern/@EntryValue">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=537ED01E8E894146ABD52E2B75932871/LanguageName/@EntryValue">CSHARP</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=537ED01E8E894146ABD52E2B75932871/ReplacePattern/@EntryValue">SystemTimeOffset.UtcNow</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=537ED01E8E894146ABD52E2B75932871/SearchPattern/@EntryValue">DateTimeOffset.Now</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=537ED01E8E894146ABD52E2B75932871/Severity/@EntryValue">WARNING</s:String>
<s:Boolean x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=537ED01E8E894146ABD52E2B75932872/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=537ED01E8E894146ABD52E2B75932872/Comment/@EntryValue">SystemTimeOffset.UtcNow should be used</s:String>
<s:Boolean x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=537ED01E8E894146ABD52E2B75932872/IsReplacePattern/@EntryValue">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=537ED01E8E894146ABD52E2B75932872/LanguageName/@EntryValue">CSHARP</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=537ED01E8E894146ABD52E2B75932872/ReplacePattern/@EntryValue">SystemTimeOffset.UtcNow</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=537ED01E8E894146ABD52E2B75932872/SearchPattern/@EntryValue">DateTimeOffset.UtcNow</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=537ED01E8E894146ABD52E2B75932872/Severity/@EntryValue">WARNING</s:String>
<s:Boolean x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=537ED01E8E894146ABD52E2B75932873/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=537ED01E8E894146ABD52E2B75932873/Comment/@EntryValue">DateTimeOffset should be used</s:String>
<s:Boolean x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=537ED01E8E894146ABD52E2B75932873/IsReplacePattern/@EntryValue">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=537ED01E8E894146ABD52E2B75932873/LanguageName/@EntryValue">CSHARP</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=537ED01E8E894146ABD52E2B75932873/ReplacePattern/@EntryValue">DateTimeOffset</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=537ED01E8E894146ABD52E2B75932873/SearchPattern/@EntryValue">DateTime</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=537ED01E8E894146ABD52E2B75932873/Severity/@EntryValue">WARNING</s:String>
<s:Boolean x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=9B08157E3AE5B14C9FD0AC93EDC1C273/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=9B08157E3AE5B14C9FD0AC93EDC1C273/Comment/@EntryValue">SystemTime.Now should be used instead of DateTime.Now</s:String>
<s:Boolean x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=9B08157E3AE5B14C9FD0AC93EDC1C273/IsReplacePattern/@EntryValue">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=9B08157E3AE5B14C9FD0AC93EDC1C273/LanguageName/@EntryValue">CSHARP</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=9B08157E3AE5B14C9FD0AC93EDC1C273/ReplacePattern/@EntryValue">SystemTime.Now</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=9B08157E3AE5B14C9FD0AC93EDC1C273/SearchPattern/@EntryValue">DateTime.Now</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/StructuralSearch/Pattern/=9B08157E3AE5B14C9FD0AC93EDC1C273/Severity/@EntryValue">WARNING</s:String>
</wpf:ResourceDictionary>