protected override PlatformID GetPlatformID()
 {
     return(XunitEnvironment.GetPlatformID());
 }
 protected override IEnumerable <string> GetReferencedAssemblies(PlatformID platformID)
 {
     return(XunitEnvironment.GetReferences(platformID, TestDataPath2));
 }