csvReaderOrNullAsync
Returns the file's records as a given type Tasynchronously according to the given configuration or returns null
when:
the type T is not a public or internal data class
the configuration is invalid
the targeted file doesn't exist
the targeted file's header line contains an empty string.