interface IApp { // ? void Initialize(); void Update(); void Shutdown(); }