public async Task <bool> AddToContact(int ownerId, int userId) { return(await context.AddToContact(ownerId, userId)); }