public string GetAllContactsByType(string ClaimReference, int Type)
 {
     return(JsonConvert.SerializeObject(context.GetAllContactsByType(ClaimReference, Type), Formatting.None));
 }