public ref TShapeWideB GetShapeB(ref TestPairWide <TShapeA, TShapeWideA, TShapeB, TShapeWideB> pair)
 {
     return(ref pair.B);
 }
 public ref QuaternionWide GetOrientationB(ref TestPairWide <TShapeA, TShapeWideA, TShapeB, TShapeWideB> pair)
 {
     return(ref pair.OrientationB);
 }
 public ref Vector <int> GetFlipMask(ref TestPairWide <TShapeA, TShapeWideA, TShapeB, TShapeWideB> pair)
 {
     return(ref pair.FlipMask);
 }