public void Computate()
    {
        var i2c = new I2C(this);

        i2c.RunBase();
    }