public async Task <Contact> ReadById(long id)
 {
     return(await ContactLogic.ReadById(id));
 }