Ignore Compilator Warning
When Mocking assemblies, I m getting that style of error :
[Any CPU/Release] BizTools.cs(60,58): warning CS0618: 'System.Xml.Schema.XmlSchemaCollection' is obsolete: 'Use System.Xml.Schema.XmlSchemaSet for schema compilation and validation. http://go.microsoft.com/fwlink/?linkid=14202'
Warning disable 0618 #pragma
#pragma Code...
warning restore 0618