public void Init()
 {
     instance = new CollectionsApi();
 }
 public CollectionsApiTests()
 {
     instance = new CollectionsApi();
 }