public void GetService()
 {
     Console.Write(domainContext.GetService(typeof(ICremaHost)));
 }