public async Task <MonsterDto> GetMonsterAsync(Guid id) { using (UnitOfWorkProvider.Create()) { return(await _monsterService.GetAsync(id)); } }