I am writing an addon but I faced Addon Disconnect error. As I see, it is because using connection without DI API. Is it mandotary to use DI API for connection? I couldn't find objects for some tables such as ORCM, so I used C# SqlConnection. How can I handle with this problem?