namespace OwnChar.Manager { public class CharacterManager(OwnCharManager manager) { public OwnCharManager Manager { get; } = manager; } }