private void PostSave <T, C>(IServiceResponse <T, C> response) where T : class where C : class { response.PostSave(); }