public void TearDown()
 {
     apiService = null;
     matchController = null;
     match = null;
 }
        public async void SetUp()
        {
            apiService = new WebApiService();
            matchController = new MatchController();

        }