It was created a RtosUtils class that will group all these functionalities, any object that need any of these would get it throught constructor and access everything throught a single object, in this way, we prevent the constructor to get a lot of objects in the future, just by adding at the utils object.