public GetPersonDetailsQueryHandler(IProfilesContext context)
 {
     _table = new PersonDetailsTable(context);
 }
 public UpdatePersonDetailsCommandHandler(IProfilesContext context)
 {
     _table = new PersonDetailsTable(context);
 }