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