How to you convert these lines of self servicing code
internal AppEntity _AppEntity = null;
if ( !_AppEntity.FetchUsingUCAppName( appName, prefetch )
{
}
to Adapter Model since Adapter model does not have
AppEntityBase which contains .FetchUsingUCAppName