private readonly FooType _foo = new FooType(); /// <summary> /// Gets the controller of this component /// </summary> private FooType Foo { get { return _foo; } }