void M()
 {
     // Use the alias
     Project.MyClass mc = new Project.MyClass();
 }
 void M()
 {
     // Use the alias
     Project.MyClass mc = new Project.MyClass();
 }