/// <summary>Initializes the component</summary>
 /// <param name="worldContract">
 ///   Implementation of the world contract that will be used
 /// </param>
 public NeedWorld(IWorldContract worldContract)
 {
 }
 /// <summary>Initializes the component</summary>
 /// <param name="worldContract">
 ///   Implementation of the world contract that will be used
 /// </param>
 public NeedWorld(IWorldContract worldContract) { }