string[] ids = { "1", "2", "3" };
var result = await persistence.GetListByIdsAsync(null, ids);