Now Service Object expects only one username and one password.
In the DB, there is a 1:N relation between Service and Credentials, so we need to refactor Service Model to support this relation
[ ] Create Credentials Model
[ ] Update Service Model to have an Array of Credentials as an attribute
Now Service Object expects only one username and one password. In the DB, there is a 1:N relation between Service and Credentials, so we need to refactor Service Model to support this relation