v2.0.6: Changes method visibility to protected
Updates the visibility of a method from private to protected. This adjustment enables derived classes to override or extend the functionality of this method, promoting code reusability and extensibility.