public void PostLongtermforecastsTest()
        {
            // TODO: add unit test for the method 'PostLongtermforecasts'
            ForecastCreation body = null; // TODO: replace null with proper value
            var response          = instance.PostLongtermforecasts(body);

            Assert.IsInstanceOf <ForecastCreationCompletion> (response, "response is ForecastCreationCompletion");
        }
 public void Init()
 {
     instance = new ForecastCreation();
 }