public async Task <ActionResult> Get()
        {
            await _service.AddAllEntitiesAsync();

            return(Ok());
        }