public void AssemblyExportedTypesReturnsAnEmptyArray()
 {
     Assert.AreEqual(0, assembly.GetExportedTypes().Length);
 }