public Position GetPos(Position targetPos)
 {
     return(_sensorModel.GetPos(Position, targetPos));
 }