/// <summary>
 /// Gets whether or not this algorithm has been locked and fully initialized
 /// </summary>
 public bool GetLocked()
 {
     return(_baseAlgorithm.GetLocked());
 }