namespace Project.B.CharacterController { public interface IBotCharacterController { ICharacterController CharacterController { get; } } }