public RyuConstructorTests()
 {
     ryu = new RyuFactory().Create();
 }
 public RyuContainerImplIT()
 {
     testObj = new RyuFactory().Create();
 }