Toda vez que tento rodar o código sem comentar o
serviceProvider.GetService<IDataService>().InicializaDB().Wait();
aparece o erro System.AggregateException: 'One or more errors ocurred. (Object reference not set to an instance of an object.)' dizendo
``` "This exception was originally thrown at this call stack: CasaDoCodigo.Repositories.ProdutoRepository .SaveProdutos(System.Collections.Generic.List<CasaDoCodigo.Repositories.Livro>) in ProdutoRepository.cs System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() System.Runtime.CompilerServices.TaskAwaiter .HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task) CasaDoCodigo.DataService.InicializaDB() in DataService.cs"