public Response <CoContact> Activate(string activation_code) { return(_contactRepositoryDAC.Activate(activation_code)); }