namespace Models.Interfaces { public interface IPhSFormSeriesRepository { Task GetNextInternalNumberAsync(int formSeriesId); } }