public static T FindObjectOfType <T>() where T : DozeObject => DozeObjectManager.GetObjectByType <T>();