/// <summary>
 /// Get or create a new instance using the configured method
 /// </summary>
 /// <returns></returns>
 protected object GetInstance()
 {
     return(_instantiator.GetInstance());
 }