public static IAccount Find(DonationProfile dp) { return(dp != null && Profiles.ContainsValue(dp) ? Profiles.FirstOrDefault(kvp => kvp.Value == dp).Key : null); }