internal class UserModel { public string FIO { get; set; } public Guid Guid { get; set; } }