public ServiceDataRepository(SqlDataRepository repository) { Repository = repository; }
public SqlDataRepository([Injection(typeof(SqlDataRepository))] SqlDataRepository repository) { Repository = repository; }