public EntityRepository(IEntityServiceProxy entityServiceProxy) {
     _entityServiceProxy = entityServiceProxy;
 }
 public EntityRepository(IEntityServiceProxy entityServiceProxy)
 {
     _entityServiceProxy = entityServiceProxy;
 }