public interface IFreezable { void Freeze(float duration); }