Difference when resolving using AppHostBase vs HostContext

Hello,

Is there any difference when I’m calling Resolve<>() using:

  1. ServiceStack.AppHostBase.Current.Container
  2. ServiceStack.HostContext

?

Thank you

No, all calls to Resolve<T> call the same singleton Container instance.