abstract class LicenseRepository { Future updateLicense(); Future cleanLicense(); Future getLicense(String key); Future setLicense(String key, T value); }