namespace LitMotion { /// /// Implement this interface to define special options that can be applied to motion. /// public interface IMotionOptions { } }