DataAdapter
constructor()
Parameters
ID
A typevar representing what you use to identify specific instances of data storage, referred to as data IDs. This will often be a string, but you can use anything that can reasonably be used as the key for a map. File-based data adapters will likely just use the file path here.