public interface Position {
    Object element();
}
