public async Task <ReadModelDto> FindModelAsync(int id, CancellationToken token) => Mapper.Map <Model, ReadModelDto>(await ModelRepository.FindByIdAsync(id, token));