public T GetInjectedInstance <T>() { MainContext cntxt = context as MainContext; return(cntxt.GetInjectionBinder().GetInstance <T>()); }