[SetUp] public void Init()
        {
            obj = new GameObject();

            config           = new BlockBehaviour.Config();
            config.moveScale = 1.0f;

            behaviour = obj.AddComponent <BlockBehaviour>();
            behaviour.Configure(config);

            behaviour.Awake();
        }