public CurseTransformer(ICurseApi api) { _api = api; }
public CurseTransformer(ICurseApi api, int?releases) { _api = api; _releases = releases; }