pub trait FileReader: Debug + Send + Read + Seek + 'static { }
Trait for files readers ensuring they implement the required traits