pub fn module_it_interface<P>(
    module_path: P
) -> Result<IModuleInterface, ITParserError>where
    P: AsRef<Path>,