public void Init()
 {
     instance = new MatchApi();
 }
 public MatchApiTests()
 {
     instance = new MatchApi();
 }