Ok so I am trying to test this add method
public class EntityService : IEntityService { private readonly IEntityRepository _entityRepository; public