<!-- Thanks for your contribution! Please fill out this template as good as possible. Please don't include any personal or sensitive data. --> ### Description <!-- A clear and concise description of the feature. **As** ... , **I want** ... , **so that** ... . --> Since we will support several AAS API versions, AASService should implement factory pattern. ### Acceptance Criteria - [ ] Abstract classes that defines the required methods following the AAS API spec -> DescriptionApi, LookupApi, ShellDescriptorsApi - [ ] AASService is instantiated via a factory patterns ### Additional Information <!-- Additional information about the feature. --> After implementing all AASService methods, I will start working in this refactor
Description
Since we will support several AAS API versions, AASService should implement factory pattern.
Acceptance Criteria
Additional Information
After implementing all AASService methods, I will start working in this refactor