/// <summary>
 /// Gets the type of associated instance.
 /// </summary>
 /// <returns></returns>
 public InstanceType GetInstanceType()
 {
     return(instance.GetInstanceType());
 }